Generated on Sat Feb 7 2015 02:01:42 for Gecode by doxygen 1.8.9.1
Gecode::FlatZinc::BranchInformationO Class Reference

Public Member Functions

 BranchInformationO (void)
 
virtual ~BranchInformationO (void)
 
virtual SharedHandle::Objectcopy (void) const
 Return fresh copy for update. More...
 
void add (const BrancherHandle &bh, const string &rel0, const string &rel1, const vector< string > &n)
 Add new brancher information. More...
 
void print (const BrancherHandle &bh, int a, int i, int n, ostream &o) const
 Output branch information. More...
 
void print (const BrancherHandle &bh, int a, int i, const FloatNumBranch &nl, ostream &o) const
 
- Public Member Functions inherited from Gecode::SharedHandle::Object
 Object (void)
 Initialize. More...
 
virtual ~Object (void)
 Delete shared object. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Gecode::SharedHandle::Object
static void * operator new (size_t s)
 Allocate memory from heap. More...
 
static void operator delete (void *p)
 Free memory allocated from heap. More...
 

Detailed Description

Definition at line 230 of file flatzinc.cpp.

Constructor & Destructor Documentation

Gecode::FlatZinc::BranchInformationO::BranchInformationO ( void  )
inline

Definition at line 243 of file flatzinc.cpp.

virtual Gecode::FlatZinc::BranchInformationO::~BranchInformationO ( void  )
inlinevirtual

Definition at line 244 of file flatzinc.cpp.

Member Function Documentation

virtual SharedHandle::Object* Gecode::FlatZinc::BranchInformationO::copy ( void  ) const
inlinevirtual

Return fresh copy for update.

Implements Gecode::SharedHandle::Object.

Definition at line 245 of file flatzinc.cpp.

void Gecode::FlatZinc::BranchInformationO::add ( const BrancherHandle bh,
const string &  rel0,
const string &  rel1,
const vector< string > &  n 
)
inline

Add new brancher information.

Definition at line 249 of file flatzinc.cpp.

void Gecode::FlatZinc::BranchInformationO::print ( const BrancherHandle bh,
int  a,
int  i,
int  n,
ostream &  o 
) const
inline

Output branch information.

Definition at line 257 of file flatzinc.cpp.

void Gecode::FlatZinc::BranchInformationO::print ( const BrancherHandle bh,
int  a,
int  i,
const FloatNumBranch nl,
ostream &  o 
) const
inline

Definition at line 263 of file flatzinc.cpp.


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