#include <CbcCompareActual.hpp>
Inheritance diagram for CbcCompareObjective:
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. |
|
|
|
|
|
|
|
|
|
Clone.
Implements CbcCompareBase. |
|
Create C++ lines to get to current state.
Reimplemented from CbcCompareBase. |
|
This is test function.
Reimplemented from CbcCompareBase. |