Abstract branching object base class Now just difference with OsiBranchingObject. ...
CbcGeneral & operator=(const CbcGeneral &rhs)
double infeasibility() const
Return infeasibility.
virtual CbcBranchingObject * createCbcBranch(OsiSolverInterface *solver, const OsiBranchingInformation *info, int way)
Creates a branching object.
virtual void feasibleRegion()=0
For the variable(s) referenced by the object, look at the current solution and set bounds to match th...
int preferredWay() const
If -1 down always chosen first, +1 up always, 0 normal.
Abstract Base Class for describing an interface to a solver.
virtual void feasibleRegion()=0
This looks at solution and sets bounds to contain solution.
virtual CbcObject * clone() const =0
Clone.
CbcModel * model() const
Return model.
virtual void redoSequenceEtc(CbcModel *model, int numberColumns, const int *originalColumns)=0
Redoes data when sequence numbers change.
Define a catch all class.
Simple Branch and bound class.