#include <CbcCompareActual.hpp>


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. | |
Definition at line 19 of file CbcCompareActual.hpp.
| CbcCompareDepth::CbcCompareDepth | ( | ) |
| CbcCompareDepth::~CbcCompareDepth | ( | ) |
| CbcCompareDepth::CbcCompareDepth | ( | const CbcCompareDepth & | rhs | ) |
| CbcCompareDepth& CbcCompareDepth::operator= | ( | const CbcCompareDepth & | rhs | ) |
Reimplemented from CbcCompareBase.
| virtual CbcCompareBase* CbcCompareDepth::clone | ( | ) | const [virtual] |
Clone.
Reimplemented from CbcCompareBase.
| virtual void CbcCompareDepth::generateCpp | ( | FILE * | fp | ) | [virtual] |
Create C++ lines to get to current state.
Reimplemented from CbcCompareBase.
This is test function.
Reimplemented from CbcCompareBase.
1.6.1