#include <CbcCompareActual.hpp>
Inheritance diagram for CbcCompareEstimate:
Public Member Functions | |
CbcCompareEstimate () | |
~CbcCompareEstimate () | |
CbcCompareEstimate (const CbcCompareEstimate &rhs) | |
CbcCompareEstimate & | operator= (const CbcCompareEstimate &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. |