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

#include <CbcCompareDefault.hpp>

+ Inheritance diagram for CbcCompareDefault:
+ Collaboration diagram for CbcCompareDefault:

Public Member Functions

 CbcCompareDefault ()
 Default Constructor. More...
 
 CbcCompareDefault (double weight)
 Constructor with weight. More...
 
 CbcCompareDefault (const CbcCompareDefault &rhs)
 Copy constructor. More...
 
CbcCompareDefaultoperator= (const CbcCompareDefault &rhs)
 Assignment operator. More...
 
virtual CbcCompareBaseclone () const
 Clone. More...
 
virtual void generateCpp (FILE *fp)
 Create C++ lines to get to current state. More...
 
 ~CbcCompareDefault ()
 
virtual bool test (CbcNode *x, CbcNode *y)
 This is test function. More...
 
virtual bool newSolution (CbcModel *model, double objectiveAtContinuous, int numberInfeasibilitiesAtContinuous)
 This allows method to change behavior as it is called after each solution. More...
 
virtual bool every1000Nodes (CbcModel *model, int numberNodes)
 This allows method to change behavior Return true if want tree re-sorted. More...
 
double getWeight () const
 
void setWeight (double weight)
 
double getCutoff () const
 Cutoff. More...
 
void setCutoff (double cutoff)
 
double getBestPossible () const
 Best possible solution. More...
 
void setBestPossible (double bestPossible)
 
void setBreadthDepth (int value)
 Depth above which want to explore first. More...
 
void startDive (CbcModel *model)
 Start dive. More...
 
void cleanDive ()
 Clean up diving (i.e. switch off or prepare) More...
 
- Public Member Functions inherited from CbcCompareBase
 CbcCompareBase ()
 
virtual bool newSolution (CbcModel *)
 Reconsider behaviour after discovering a new solution. More...
 
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...
 

Protected Attributes

double weight_
 Weight for each infeasibility. More...
 
double saveWeight_
 Weight for each infeasibility - computed from solution. More...
 
double cutoff_
 Cutoff. More...
 
double bestPossible_
 Best possible solution. More...
 
int numberSolutions_
 Number of solutions. More...
 
int treeSize_
 Tree size (at last check) More...
 
int breadthDepth_
 Depth above which want to explore first. More...
 
int startNodeNumber_
 Chosen node from estimated (-1 is off) More...
 
int afterNodeNumber_
 Node number when dive started. More...
 
bool setupForDiving_
 Indicates doing setup for diving. More...
 
- Protected Attributes inherited from CbcCompareBase
CbcCompareBasetest_
 
bool threaded_
 

Detailed Description

Definition at line 30 of file CbcCompareDefault.hpp.

Constructor & Destructor Documentation

CbcCompareDefault::CbcCompareDefault ( )

Default Constructor.

CbcCompareDefault::CbcCompareDefault ( double  weight)

Constructor with weight.

CbcCompareDefault::CbcCompareDefault ( const CbcCompareDefault rhs)

Copy constructor.

CbcCompareDefault::~CbcCompareDefault ( )

Member Function Documentation

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

Assignment operator.

virtual CbcCompareBase* CbcCompareDefault::clone ( ) const
virtual

Clone.

Reimplemented from CbcCompareBase.

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

Create C++ lines to get to current state.

Reimplemented from CbcCompareBase.

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

This is test function.

Reimplemented from CbcCompareBase.

virtual bool CbcCompareDefault::newSolution ( CbcModel model,
double  objectiveAtContinuous,
int  numberInfeasibilitiesAtContinuous 
)
virtual

This allows method to change behavior as it is called after each solution.

Reimplemented from CbcCompareBase.

virtual bool CbcCompareDefault::every1000Nodes ( CbcModel model,
int  numberNodes 
)
virtual

This allows method to change behavior Return true if want tree re-sorted.

Reimplemented from CbcCompareBase.

double CbcCompareDefault::getWeight ( ) const
inline

Definition at line 67 of file CbcCompareDefault.hpp.

void CbcCompareDefault::setWeight ( double  weight)
inline

Definition at line 71 of file CbcCompareDefault.hpp.

double CbcCompareDefault::getCutoff ( ) const
inline

Cutoff.

Definition at line 76 of file CbcCompareDefault.hpp.

void CbcCompareDefault::setCutoff ( double  cutoff)
inline

Definition at line 80 of file CbcCompareDefault.hpp.

double CbcCompareDefault::getBestPossible ( ) const
inline

Best possible solution.

Definition at line 85 of file CbcCompareDefault.hpp.

void CbcCompareDefault::setBestPossible ( double  bestPossible)
inline

Definition at line 89 of file CbcCompareDefault.hpp.

void CbcCompareDefault::setBreadthDepth ( int  value)
inline

Depth above which want to explore first.

Definition at line 94 of file CbcCompareDefault.hpp.

void CbcCompareDefault::startDive ( CbcModel model)

Start dive.

void CbcCompareDefault::cleanDive ( )

Clean up diving (i.e. switch off or prepare)

Member Data Documentation

double CbcCompareDefault::weight_
protected

Weight for each infeasibility.

Definition at line 105 of file CbcCompareDefault.hpp.

double CbcCompareDefault::saveWeight_
protected

Weight for each infeasibility - computed from solution.

Definition at line 107 of file CbcCompareDefault.hpp.

double CbcCompareDefault::cutoff_
protected

Cutoff.

Definition at line 109 of file CbcCompareDefault.hpp.

double CbcCompareDefault::bestPossible_
protected

Best possible solution.

Definition at line 111 of file CbcCompareDefault.hpp.

int CbcCompareDefault::numberSolutions_
protected

Number of solutions.

Definition at line 113 of file CbcCompareDefault.hpp.

int CbcCompareDefault::treeSize_
protected

Tree size (at last check)

Definition at line 115 of file CbcCompareDefault.hpp.

int CbcCompareDefault::breadthDepth_
protected

Depth above which want to explore first.

Definition at line 117 of file CbcCompareDefault.hpp.

int CbcCompareDefault::startNodeNumber_
protected

Chosen node from estimated (-1 is off)

Definition at line 119 of file CbcCompareDefault.hpp.

int CbcCompareDefault::afterNodeNumber_
protected

Node number when dive started.

Definition at line 121 of file CbcCompareDefault.hpp.

bool CbcCompareDefault::setupForDiving_
protected

Indicates doing setup for diving.

Definition at line 123 of file CbcCompareDefault.hpp.


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