Public Member Functions | List of all members
CbcCompareEstimate Class Reference

#include <CbcCompareEstimate.hpp>

Inheritance diagram for CbcCompareEstimate:
CbcCompareBase CbcCompareBase

Public Member Functions

 CbcCompareEstimate ()
 ~CbcCompareEstimate ()
 CbcCompareEstimate (const CbcCompareEstimate &rhs)
CbcCompareEstimateoperator= (const CbcCompareEstimate &rhs)
virtual CbcCompareBaseclone () 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.
 CbcCompareEstimate ()
 ~CbcCompareEstimate ()
 CbcCompareEstimate (const CbcCompareEstimate &rhs)
CbcCompareEstimateoperator= (const CbcCompareEstimate &rhs)
virtual CbcCompareBaseclone () 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.
- Public Member Functions inherited from CbcCompareBase
 CbcCompareBase ()
virtual void newSolution (CbcModel *)
virtual void newSolution (CbcModel *, double, int)
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.
virtual ~CbcCompareBase ()
 CbcCompareBase (const CbcCompareBase &rhs)
CbcCompareBaseoperator= (const CbcCompareBase &rhs)
virtual bool alternateTest (CbcNode *x, CbcNode *y)
 This is alternate test function.
bool operator() (CbcNode *x, CbcNode *y)
bool equalityTest (CbcNode *x, CbcNode *y) const
 Further test if everything else equal.
void sayThreaded ()
 Say threaded.
 CbcCompareBase ()
virtual void newSolution (CbcModel *)
virtual void newSolution (CbcModel *, double, int)
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.
virtual ~CbcCompareBase ()
 CbcCompareBase (const CbcCompareBase &rhs)
CbcCompareBaseoperator= (const CbcCompareBase &rhs)
virtual bool alternateTest (CbcNode *x, CbcNode *y)
 This is alternate test function.
bool operator() (CbcNode *x, CbcNode *y)
bool equalityTest (CbcNode *x, CbcNode *y) const
 Further test if everything else equal.
void sayThreaded ()
 Say threaded.

Additional Inherited Members

- Protected Attributes inherited from CbcCompareBase
CbcCompareBasetest_
bool threaded_

Detailed Description

Definition at line 21 of file CbcCompareEstimate.hpp.

Constructor & Destructor Documentation

CbcCompareEstimate::CbcCompareEstimate ( )
CbcCompareEstimate::~CbcCompareEstimate ( )
CbcCompareEstimate::CbcCompareEstimate ( const CbcCompareEstimate rhs)
CbcCompareEstimate::CbcCompareEstimate ( )
CbcCompareEstimate::~CbcCompareEstimate ( )
CbcCompareEstimate::CbcCompareEstimate ( const CbcCompareEstimate rhs)

Member Function Documentation

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

Clone.

Reimplemented from CbcCompareBase.

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

Create C++ lines to get to current state.

Reimplemented from CbcCompareBase.

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

This is test function.

Reimplemented from CbcCompareBase.

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

Clone.

Reimplemented from CbcCompareBase.

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

Create C++ lines to get to current state.

Reimplemented from CbcCompareBase.

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

This is test function.

Reimplemented from CbcCompareBase.


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