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