#include <CbcBranchActual.hpp>
Inheritance diagram for CbcSOSBranchingObject:
Public Member Functions | |
CbcSOSBranchingObject () | |
CbcSOSBranchingObject (CbcModel *model, const CbcSOS *clique, int way, double separator) | |
CbcSOSBranchingObject (const CbcSOSBranchingObject &) | |
CbcSOSBranchingObject & | operator= (const CbcSOSBranchingObject &rhs) |
virtual CbcBranchingObject * | clone () const |
Clone. | |
virtual | ~CbcSOSBranchingObject () |
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 CbcSOS * | 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 687 of file CbcBranchActual.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 719 of file CbcBranchActual.hpp. |
|
separator
Definition at line 721 of file CbcBranchActual.hpp. |