Cbc
2.10.10
|
#include <CbcCompareEstimate.hpp>
Public Member Functions | |
CbcCompareEstimate () | |
~CbcCompareEstimate () | |
CbcCompareEstimate (const CbcCompareEstimate &rhs) | |
CbcCompareEstimate & | operator= (const CbcCompareEstimate &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 bool | newSolution (CbcModel *) |
Reconsider behaviour after discovering a new solution. More... | |
virtual bool | newSolution (CbcModel *, double, int) |
Reconsider behaviour after discovering a new solution. More... | |
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... | |
Additional Inherited Members | |
![]() | |
CbcCompareBase * | test_ |
bool | threaded_ |
Definition at line 26 of file CbcCompareEstimate.hpp.
CbcCompareEstimate::CbcCompareEstimate | ( | ) |
CbcCompareEstimate::~CbcCompareEstimate | ( | ) |
CbcCompareEstimate::CbcCompareEstimate | ( | const CbcCompareEstimate & | rhs | ) |
CbcCompareEstimate& CbcCompareEstimate::operator= | ( | const CbcCompareEstimate & | rhs | ) |
|
virtual |
Clone.
Reimplemented from CbcCompareBase.
|
virtual |
Create C++ lines to get to current state.
Reimplemented from CbcCompareBase.
This is test function.
Reimplemented from CbcCompareBase.