#include <CbcBranchLink.hpp>
Inheritance diagram for CbcLinkBranchingObject:
Public Member Functions | |
CbcLinkBranchingObject () | |
CbcLinkBranchingObject (CbcModel *model, const CbcLink *set, int way, double separator) | |
CbcLinkBranchingObject (const CbcLinkBranchingObject &) | |
CbcLinkBranchingObject & | operator= (const CbcLinkBranchingObject &rhs) |
virtual CbcBranchingObject * | clone () const |
Clone. | |
virtual | ~CbcLinkBranchingObject () |
virtual double | branch (bool normalBranch=false) |
Does next branch and updates state. | |
virtual void | print (bool normalBranch) |
Print something about branch - only if log level high. | |
Private Attributes | |
const CbcLink * | set_ |
data | |
double | separator_ |
separator |
Variable_ is the set id number (redundant, as the object also holds a pointer to the set.
Definition at line 84 of file CbcBranchLink.hpp.
|
|
|
|
|
|
|
|
|
|
|
Clone.
Implements CbcBranchingObject. |
|
Does next branch and updates state.
Implements CbcBranchingObject. |
|
Print something about branch - only if log level high.
Reimplemented from CbcBranchingObject. |
|
data
Definition at line 116 of file CbcBranchLink.hpp. |
|
separator
Definition at line 118 of file CbcBranchLink.hpp. |