Cbc  2.10.10
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CbcCompare Class Reference

#include <CbcCompare.hpp>

+ Collaboration diagram for CbcCompare:

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. More...
 
CbcCompareBasecomparisonObject () const
 return comparison object More...
 

Public Attributes

CbcCompareBasetest_
 

Detailed Description

Definition at line 11 of file CbcCompare.hpp.

Constructor & Destructor Documentation

◆ CbcCompare()

CbcCompare::CbcCompare ( )
inline

Definition at line 15 of file CbcCompare.hpp.

◆ ~CbcCompare()

virtual CbcCompare::~CbcCompare ( )
inlinevirtual

Definition at line 20 of file CbcCompare.hpp.

Member Function Documentation

◆ operator()()

bool CbcCompare::operator() ( CbcNode x,
CbcNode y 
)
inline

Definition at line 22 of file CbcCompare.hpp.

◆ compareNodes()

bool CbcCompare::compareNodes ( CbcNode x,
CbcNode y 
)
inline

Definition at line 26 of file CbcCompare.hpp.

◆ alternateTest()

bool CbcCompare::alternateTest ( CbcNode x,
CbcNode y 
)
inline

This is alternate test function.

Definition at line 31 of file CbcCompare.hpp.

◆ comparisonObject()

CbcCompareBase* CbcCompare::comparisonObject ( ) const
inline

return comparison object

Definition at line 37 of file CbcCompare.hpp.

Member Data Documentation

◆ test_

CbcCompareBase* CbcCompare::test_

Definition at line 13 of file CbcCompare.hpp.


The documentation for this class was generated from the following file: