#include <CbcBranchActual.hpp>
Inheritance diagram for CbcFixingBranchingObject:
Public Member Functions | |
CbcFixingBranchingObject () | |
CbcFixingBranchingObject (CbcModel *model, int way, int numberOnDownSide, const int *down, int numberOnUpSide, const int *up) | |
CbcFixingBranchingObject (const CbcFixingBranchingObject &) | |
CbcFixingBranchingObject & | operator= (const CbcFixingBranchingObject &rhs) |
virtual CbcBranchingObject * | clone () const |
Clone. | |
virtual | ~CbcFixingBranchingObject () |
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 | |
int | numberDown_ |
data Number on down list | |
int | numberUp_ |
Number on up list. | |
int * | downList_ |
downList - variables to fix to lb on down branch | |
int * | upList_ |
upList - variables to fix to lb on up branch |
Each way fixes some variables to lower bound
Definition at line 918 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 Number on down list
Definition at line 952 of file CbcBranchActual.hpp. |
|
Number on up list.
Definition at line 954 of file CbcBranchActual.hpp. |
|
downList - variables to fix to lb on down branch
Definition at line 956 of file CbcBranchActual.hpp. |
|
upList - variables to fix to lb on up branch
Definition at line 958 of file CbcBranchActual.hpp. |