#include <CbcCompare.hpp>

Public Member Functions | |
| CbcCompare () | |
| virtual | ~CbcCompare () |
| bool | operator() (CbcNode *x, CbcNode *y) |
| bool | compareNodes (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 11 of file CbcCompare.hpp.
| CbcCompare::CbcCompare | ( | ) | [inline] |
Definition at line 15 of file CbcCompare.hpp.
References test_.
| virtual CbcCompare::~CbcCompare | ( | ) | [inline, virtual] |
Definition at line 19 of file CbcCompare.hpp.
Definition at line 21 of file CbcCompare.hpp.
References CbcCompareBase::test(), and test_.
Definition at line 24 of file CbcCompare.hpp.
References CbcCompareBase::test(), and test_.
This is alternate test function.
Definition at line 28 of file CbcCompare.hpp.
References CbcCompareBase::alternateTest(), and test_.
| CbcCompareBase* CbcCompare::comparisonObject | ( | ) | const [inline] |
Definition at line 13 of file CbcCompare.hpp.
Referenced by alternateTest(), CbcCompare(), compareNodes(), comparisonObject(), and operator()().
1.6.1