Cbc 2.10.12
Loading...
Searching...
No Matches
CbcCompareDepth Class Reference

#include <CbcCompareDepth.hpp>

Inheritance diagram for CbcCompareDepth:
Collaboration diagram for CbcCompareDepth:

Public Member Functions

 CbcCompareDepth ()
 ~CbcCompareDepth ()
 CbcCompareDepth (const CbcCompareDepth &rhs)
CbcCompareDepthoperator= (const CbcCompareDepth &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 bool newSolution (CbcModel *)
 Reconsider behaviour after discovering a new solution.
virtual bool newSolution (CbcModel *, double, int)
 Reconsider behaviour after discovering a new solution.
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 24 of file CbcCompareDepth.hpp.

Constructor & Destructor Documentation

◆ CbcCompareDepth() [1/2]

CbcCompareDepth::CbcCompareDepth ( )

◆ ~CbcCompareDepth()

CbcCompareDepth::~CbcCompareDepth ( )

◆ CbcCompareDepth() [2/2]

CbcCompareDepth::CbcCompareDepth ( const CbcCompareDepth & rhs)

Member Function Documentation

◆ operator=()

CbcCompareDepth & CbcCompareDepth::operator= ( const CbcCompareDepth & rhs)

◆ clone()

virtual CbcCompareBase * CbcCompareDepth::clone ( ) const
virtual

Clone.

Reimplemented from CbcCompareBase.

◆ generateCpp()

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

Create C++ lines to get to current state.

Reimplemented from CbcCompareBase.

◆ test()

virtual bool CbcCompareDepth::test ( CbcNode * ,
CbcNode *  )
virtual

This is test function.

Reimplemented from CbcCompareBase.


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