Generated on Fri Jul 13 2018 06:08:37 for Gecode by doxygen 1.8.14
Gecode::FlatZinc::BranchInformation Class Reference

#include <flatzinc.hh>

Public Member Functions

 BranchInformation (void)
 Constructor. More...
 
 BranchInformation (const BranchInformation &bi)
 Copy constructor. More...
 
void init (void)
 Initialise for use. More...
 
void add (BrancherGroup bg, const std::string &rel0, const std::string &rel1, const std::vector< std::string > &n)
 Add new brancher information. More...
 
void print (const Brancher &b, unsigned int a, int i, int n, std::ostream &o) const
 Output branch information. More...
 
void print (const Brancher &b, unsigned int a, int i, const FloatNumBranch &nl, std::ostream &o) const
 Output branch information. More...
 
- Public Member Functions inherited from Gecode::SharedHandle
 SharedHandle (void)
 Create shared handle with no object pointing to. More...
 
 SharedHandle (SharedHandle::Object *so)
 Create shared handle that points to shared object so. More...
 
 SharedHandle (const SharedHandle &sh)
 Copy constructor maintaining reference count. More...
 
SharedHandleoperator= (const SharedHandle &sh)
 Assignment operator maintaining reference count. More...
 
void update (Space &home, bool share, SharedHandle &sh)
 Updating during cloning. More...
 
 ~SharedHandle (void)
 Destructor that maintains reference count. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Gecode::SharedHandle
SharedHandle::Objectobject (void) const
 Access to the shared object. More...
 
void object (SharedHandle::Object *n)
 Modify shared object. More...
 

Detailed Description

Definition at line 356 of file flatzinc.hh.

Constructor & Destructor Documentation

◆ BranchInformation() [1/2]

Gecode::FlatZinc::BranchInformation::BranchInformation ( void  )

Constructor.

Definition at line 273 of file flatzinc.cpp.

◆ BranchInformation() [2/2]

Gecode::FlatZinc::BranchInformation::BranchInformation ( const BranchInformation bi)

Copy constructor.

Definition at line 276 of file flatzinc.cpp.

Member Function Documentation

◆ init()

void Gecode::FlatZinc::BranchInformation::init ( void  )

Initialise for use.

Definition at line 280 of file flatzinc.cpp.

◆ add()

void Gecode::FlatZinc::BranchInformation::add ( BrancherGroup  bg,
const std::string &  rel0,
const std::string &  rel1,
const std::vector< std::string > &  n 
)

Add new brancher information.

Definition at line 286 of file flatzinc.cpp.

◆ print() [1/2]

void Gecode::FlatZinc::BranchInformation::print ( const Brancher b,
unsigned int  a,
int  i,
int  n,
std::ostream &  o 
) const

Output branch information.

Definition at line 293 of file flatzinc.cpp.

◆ print() [2/2]

void Gecode::FlatZinc::BranchInformation::print ( const Brancher b,
unsigned int  a,
int  i,
const FloatNumBranch nl,
std::ostream &  o 
) const

Output branch information.

Definition at line 299 of file flatzinc.cpp.


The documentation for this class was generated from the following files: