|
| CbcCompareDepth () |
|
| ~CbcCompareDepth () |
|
| CbcCompareDepth (const CbcCompareDepth &rhs) |
|
CbcCompareDepth & | operator= (const CbcCompareDepth &rhs) |
|
virtual CbcCompareBase * | clone () const |
| Clone. More...
|
|
virtual void | generateCpp (FILE *fp) |
| Create C++ lines to get to current state. More...
|
|
virtual bool | test (CbcNode *x, CbcNode *y) |
| This is test function. More...
|
|
| CbcCompareDepth () |
|
| ~CbcCompareDepth () |
|
| CbcCompareDepth (const CbcCompareDepth &rhs) |
|
CbcCompareDepth & | operator= (const CbcCompareDepth &rhs) |
|
virtual CbcCompareBase * | clone () const |
| Clone. More...
|
|
virtual void | generateCpp (FILE *fp) |
| Create C++ lines to get to current state. More...
|
|
virtual bool | test (CbcNode *x, CbcNode *y) |
| This is test function. More...
|
|
| CbcCompareBase () |
|
virtual void | newSolution (CbcModel *) |
|
virtual void | newSolution (CbcModel *, double, int) |
|
virtual bool | every1000Nodes (CbcModel *, int) |
|
virtual bool | fullScan () const |
| Returns true if wants code to do scan with alternate criterion NOTE - this is temporarily disabled. More...
|
|
virtual | ~CbcCompareBase () |
|
| CbcCompareBase (const CbcCompareBase &rhs) |
|
CbcCompareBase & | operator= (const CbcCompareBase &rhs) |
|
virtual bool | alternateTest (CbcNode *x, CbcNode *y) |
| This is alternate test function. More...
|
|
bool | operator() (CbcNode *x, CbcNode *y) |
|
bool | equalityTest (CbcNode *x, CbcNode *y) const |
| Further test if everything else equal. More...
|
|
void | sayThreaded () |
| Say threaded. More...
|
|
| CbcCompareBase () |
|
virtual void | newSolution (CbcModel *) |
|
virtual void | newSolution (CbcModel *, double, int) |
|
virtual bool | every1000Nodes (CbcModel *, int) |
|
virtual bool | fullScan () const |
| Returns true if wants code to do scan with alternate criterion NOTE - this is temporarily disabled. More...
|
|
virtual | ~CbcCompareBase () |
|
| CbcCompareBase (const CbcCompareBase &rhs) |
|
CbcCompareBase & | operator= (const CbcCompareBase &rhs) |
|
virtual bool | alternateTest (CbcNode *x, CbcNode *y) |
| This is alternate test function. More...
|
|
bool | operator() (CbcNode *x, CbcNode *y) |
|
bool | equalityTest (CbcNode *x, CbcNode *y) const |
| Further test if everything else equal. More...
|
|
void | sayThreaded () |
| Say threaded. More...
|
|
Definition at line 19 of file CbcCompareDepth.hpp.