#include <CbcCompareUser.hpp>
Inheritance diagram for CbcCompareUser:
Public Member Functions | |
CbcCompareUser () | |
CbcCompareUser (double weight) | |
CbcCompareUser (const CbcCompareUser &rhs) | |
CbcCompareUser & | operator= (const CbcCompareUser &rhs) |
virtual CbcCompareBase * | clone () const |
Clone. | |
~CbcCompareUser () | |
virtual bool | test (CbcNode *x, CbcNode *y) |
This is test function. | |
virtual bool | alternateTest (CbcNode *x, CbcNode *y) |
This is alternate test function. | |
virtual void | newSolution (CbcModel *model, double objectiveAtContinuous, int numberInfeasibilitiesAtContinuous) |
virtual bool | fullScan () const |
Returns true if wants code to do scan with alternate criterion. | |
virtual bool | every1000Nodes (CbcModel *model, int numberNodes) |
double | getWeight () const |
void | setWeight (double weight) |
Protected Attributes | |
double | weight_ |
double | saveWeight_ |
int | numberSolutions_ |
int | count_ |
int | treeSize_ |
|
|
|
|
|
|
|
|
|
|
|
Clone.
Implements CbcCompareBase. |
|
This is test function.
Reimplemented from CbcCompareBase. |
|
This is alternate test function.
Reimplemented from CbcCompareBase. |
|
Reimplemented from CbcCompareBase. |
|
Returns true if wants code to do scan with alternate criterion.
Reimplemented from CbcCompareBase. |
|
Reimplemented from CbcCompareBase. |
|
Definition at line 50 of file CbcCompareUser.hpp. |
|
Definition at line 52 of file CbcCompareUser.hpp. References weight_. |
|
Definition at line 56 of file CbcCompareUser.hpp. Referenced by setWeight(). |
|
Definition at line 58 of file CbcCompareUser.hpp. |
|
Definition at line 60 of file CbcCompareUser.hpp. |
|
Definition at line 62 of file CbcCompareUser.hpp. |
|
Definition at line 64 of file CbcCompareUser.hpp. |