#include <CbcCompareBase.hpp>
Public Member Functions | |
CbcCompare () | |
virtual | ~CbcCompare () |
bool | operator() (CbcNode *x, CbcNode *y) |
bool | alternateTest (CbcNode *x, CbcNode *y) |
This is alternate test function. | |
CbcCompareBase * | comparisonObject () const |
return comparison object | |
Public Attributes | |
CbcCompareBase * | test_ |
|
Definition at line 79 of file CbcCompareBase.hpp. |
|
Definition at line 81 of file CbcCompareBase.hpp. |
|
Definition at line 83 of file CbcCompareBase.hpp. References CbcCompareBase::test(). |
|
This is alternate test function.
Definition at line 87 of file CbcCompareBase.hpp. References CbcCompareBase::alternateTest(). |
|
return comparison object
Definition at line 90 of file CbcCompareBase.hpp. |
|
Definition at line 77 of file CbcCompareBase.hpp. |