|
Bonmin 1.8.9
|
#include <BonDiver.hpp>
Public Member Functions | |
| DiverCompare () | |
| virtual | ~DiverCompare () |
| DiverCompare (const DiverCompare &rhs) | |
| DiverCompare & | operator= (const DiverCompare &rhs) |
| virtual CbcCompareBase * | clone () const |
| Clone. | |
| virtual bool | test (CbcNode *x, CbcNode *y) |
| This is test function. | |
| virtual bool | newSolution (CbcModel *model) |
| Called after each new solution. | |
| virtual bool | newSolution (CbcModel *model, double objectiveAtContinuous, int numberInfeasibilitiesAtContinuous) |
| Called after each new solution. | |
| virtual bool | every1000Nodes (CbcModel *model, int numberNodes) |
| Called 1000 nodes. | |
| void | setDiver (CbcDfsDiver *diver) |
| Set the dfs diver to use. | |
| void | setNumberSolToStopDive (int val) |
| Set numberSolToStopDive_. | |
| void | setNumberNodesToLimitTreeSize (int val) |
| Set numberNodesToLimitTreeSize_. | |
| void | setComparisonDive (const CbcCompareBase &val) |
| Set comparison method when diving. | |
| void | setComparisonBound (const CbcCompareBase &val) |
| Set comparison method when closing bound. | |
Definition at line 309 of file BonDiver.hpp.
|
inline |
Definition at line 313 of file BonDiver.hpp.
|
inlinevirtual |
Definition at line 323 of file BonDiver.hpp.
|
inline |
Definition at line 330 of file BonDiver.hpp.
|
inline |
Definition at line 340 of file BonDiver.hpp.
|
inlinevirtual |
Clone.
Definition at line 358 of file BonDiver.hpp.
|
virtual |
This is test function.
|
virtual |
Called after each new solution.
|
virtual |
Called after each new solution.
|
virtual |
Called 1000 nodes.
Return true if want tree re-sorted.
|
inline |
Set the dfs diver to use.
Definition at line 379 of file BonDiver.hpp.
|
inline |
Set numberSolToStopDive_.
Definition at line 385 of file BonDiver.hpp.
|
inline |
Set numberNodesToLimitTreeSize_.
Definition at line 391 of file BonDiver.hpp.
|
inline |
Set comparison method when diving.
Definition at line 397 of file BonDiver.hpp.
|
inline |
Set comparison method when closing bound.
Definition at line 402 of file BonDiver.hpp.