#include <CbcCompareObjective.hpp>
List of all members.
Public Member Functions |
| CbcCompareObjective () |
virtual | ~CbcCompareObjective () |
| CbcCompareObjective (const CbcCompareObjective &rhs) |
CbcCompareObjective & | operator= (const CbcCompareObjective &rhs) |
virtual CbcCompareBase * | clone () const |
| Clone.
|
virtual void | generateCpp (FILE *fp) |
| Create C++ lines to get to current state.
|
virtual bool | test (CbcNode *x, CbcNode *y) |
| This is test function.
|
| CbcCompareObjective () |
virtual | ~CbcCompareObjective () |
| CbcCompareObjective (const CbcCompareObjective &rhs) |
CbcCompareObjective & | operator= (const CbcCompareObjective &rhs) |
virtual CbcCompareBase * | clone () const |
| Clone.
|
virtual void | generateCpp (FILE *fp) |
| Create C++ lines to get to current state.
|
virtual bool | test (CbcNode *x, CbcNode *y) |
| This is test function.
|
| 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.
|
virtual | ~CbcCompareBase () |
| CbcCompareBase (const CbcCompareBase &rhs) |
CbcCompareBase & | operator= (const CbcCompareBase &rhs) |
virtual bool | alternateTest (CbcNode *x, CbcNode *y) |
| This is alternate test function.
|
bool | operator() (CbcNode *x, CbcNode *y) |
bool | equalityTest (CbcNode *x, CbcNode *y) const |
| Further test if everything else equal.
|
void | sayThreaded () |
| Say threaded.
|
| 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.
|
virtual | ~CbcCompareBase () |
| CbcCompareBase (const CbcCompareBase &rhs) |
CbcCompareBase & | operator= (const CbcCompareBase &rhs) |
virtual bool | alternateTest (CbcNode *x, CbcNode *y) |
| This is alternate test function.
|
bool | operator() (CbcNode *x, CbcNode *y) |
bool | equalityTest (CbcNode *x, CbcNode *y) const |
| Further test if everything else equal.
|
void | sayThreaded () |
| Say threaded.
|
Detailed Description
Definition at line 20 of file CbcCompareObjective.hpp.
Constructor & Destructor Documentation
CbcCompareObjective::CbcCompareObjective |
( |
| ) |
|
virtual CbcCompareObjective::~CbcCompareObjective |
( |
| ) |
|
|
virtual |
CbcCompareObjective::CbcCompareObjective |
( |
| ) |
|
virtual CbcCompareObjective::~CbcCompareObjective |
( |
| ) |
|
|
virtual |
Member Function Documentation
virtual void CbcCompareObjective::generateCpp |
( |
FILE * |
fp | ) |
|
|
virtual |
Create C++ lines to get to current state.
Reimplemented from CbcCompareBase.
virtual void CbcCompareObjective::generateCpp |
( |
FILE * |
fp | ) |
|
|
virtual |
Create C++ lines to get to current state.
Reimplemented from CbcCompareBase.
The documentation for this class was generated from the following files: