Define a catch all class.
More...
#include <CbcGeneral.hpp>
Define a catch all class.
This will create a list of subproblems
Definition at line 16 of file CbcGeneral.hpp.
◆ CbcGeneral() [1/3]
| CbcGeneral::CbcGeneral |
( |
| ) |
|
◆ CbcGeneral() [2/3]
| CbcGeneral::CbcGeneral |
( |
CbcModel * | model | ) |
|
Useful constructor Just needs to point to model.
◆ CbcGeneral() [3/3]
◆ ~CbcGeneral()
| CbcGeneral::~CbcGeneral |
( |
| ) |
|
◆ clone()
| virtual CbcObject * CbcGeneral::clone |
( |
| ) |
const |
|
pure virtual |
◆ operator=()
◆ infeasibility()
| virtual double CbcGeneral::infeasibility |
( |
const OsiBranchingInformation * | info, |
|
|
int & | preferredWay ) const |
|
virtual |
Infeasibility - large is 0.5.
◆ feasibleRegion()
| virtual void CbcGeneral::feasibleRegion |
( |
| ) |
|
|
pure virtual |
This looks at solution and sets bounds to contain solution.
◆ createCbcBranch()
| virtual CbcBranchingObject * CbcGeneral::createCbcBranch |
( |
OsiSolverInterface * | solver, |
|
|
const OsiBranchingInformation * | info, |
|
|
int | way ) |
|
virtual |
Creates a branching object.
◆ redoSequenceEtc()
| virtual void CbcGeneral::redoSequenceEtc |
( |
CbcModel * | model, |
|
|
int | numberColumns, |
|
|
const int * | originalColumns ) |
|
pure virtual |
Redoes data when sequence numbers change.
The documentation for this class was generated from the following file: