Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
CbcCompareObjective Class Reference

#include <CbcCompareObjective.hpp>

+ Inheritance diagram for CbcCompareObjective:
+ Collaboration diagram for CbcCompareObjective:

Public Member Functions

 CbcCompareObjective ()
 
virtual ~CbcCompareObjective ()
 
 CbcCompareObjective (const CbcCompareObjective &rhs)
 
CbcCompareObjectiveoperator= (const CbcCompareObjective &rhs)
 
virtual CbcCompareBaseclone () const
 Clone. More...
 
virtual void generateCpp (FILE *fp)
 Create C++ lines to get to current state. More...
 
virtual bool test (CbcNode *x, CbcNode *y)
 This is test function. More...
 
- Public Member Functions inherited from CbcCompareBase
 CbcCompareBase ()
 
virtual bool newSolution (CbcModel *)
 Reconsider behaviour after discovering a new solution. More...
 
virtual bool newSolution (CbcModel *, double, int)
 Reconsider behaviour after discovering a new solution. More...
 
virtual bool every1000Nodes (CbcModel *, int)
 
virtual bool fullScan () const
 Returns true if wants code to do scan with alternate criterion NOTE - this is temporarily disabled. More...
 
virtual ~CbcCompareBase ()
 
 CbcCompareBase (const CbcCompareBase &rhs)
 
CbcCompareBaseoperator= (const CbcCompareBase &rhs)
 
virtual bool alternateTest (CbcNode *x, CbcNode *y)
 This is alternate test function. More...
 
bool operator() (CbcNode *x, CbcNode *y)
 
bool equalityTest (CbcNode *x, CbcNode *y) const
 Further test if everything else equal. More...
 
void sayThreaded ()
 Say threaded. More...
 

Additional Inherited Members

- Protected Attributes inherited from CbcCompareBase
CbcCompareBasetest_
 
bool threaded_
 

Detailed Description

Definition at line 25 of file CbcCompareObjective.hpp.

Constructor & Destructor Documentation

CbcCompareObjective::CbcCompareObjective ( )
virtual CbcCompareObjective::~CbcCompareObjective ( )
virtual
CbcCompareObjective::CbcCompareObjective ( const CbcCompareObjective rhs)

Member Function Documentation

CbcCompareObjective& CbcCompareObjective::operator= ( const CbcCompareObjective rhs)
virtual CbcCompareBase* CbcCompareObjective::clone ( ) const
virtual

Clone.

Reimplemented from CbcCompareBase.

virtual void CbcCompareObjective::generateCpp ( FILE *  fp)
virtual

Create C++ lines to get to current state.

Reimplemented from CbcCompareBase.

virtual bool CbcCompareObjective::test ( CbcNode ,
CbcNode  
)
virtual

This is test function.

Reimplemented from CbcCompareBase.


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