#include <BonCbcNlpStrategy.hpp>
|
| CbcNlpStrategy (int maxFailures, int maxInfeasibles, int pretendFailIsInfeasible) |
|
| CbcNlpStrategy (const CbcNlpStrategy &) |
|
virtual | ~CbcNlpStrategy () |
|
virtual CbcStrategy * | clone () const |
| Clone. More...
|
|
virtual CbcNodeInfo * | fullNodeInfo (CbcModel *model, int numberRowsAtContinuous) const |
| Return a new Full node information pointer (descendant of CbcFullNodeInfo) More...
|
|
virtual CbcNodeInfo * | partialNodeInfo (CbcModel *model, CbcNodeInfo *parent, CbcNode *owner, int numberChangedBounds, const int *variables, const double *boundChanges, const CoinWarmStartDiff *basisDiff) const |
| Return a new Partial node information pointer (descendant of CbcPartialNodeInfo) More...
|
|
virtual int | status (CbcModel *model, CbcNodeInfo *parent, int whereFrom) |
| After a CbcModel::resolve this can return a status -1 no effect 0 treat as optimal 1 as 0 but do not do any more resolves (i.e. More...
|
|
void | setMaxFailure (int value) |
| set maximum number of consecutive failures in a branch before giving up More...
|
|
void | setMaxInfeasible (int value) |
| maximum number of consecutive infeasible nodes before giving up More...
|
|
virtual void | setupCutGenerators (CbcModel &model) |
| Setup cut generators. More...
|
|
virtual void | setupHeuristics (CbcModel &model) |
| Setup heuristics. More...
|
|
virtual void | setupPrinting (CbcModel &model, int modelLogLevel) |
| Do printing stuff. More...
|
|
virtual void | setupOther (CbcModel &model) |
| Other stuff e.g. strong branching and preprocessing. More...
|
|
bool | hasFailed () |
|
Definition at line 23 of file BonCbcNlpStrategy.hpp.
Bonmin::CbcNlpStrategy::CbcNlpStrategy |
( |
int |
maxFailures, |
|
|
int |
maxInfeasibles, |
|
|
int |
pretendFailIsInfeasible |
|
) |
| |
virtual Bonmin::CbcNlpStrategy::~CbcNlpStrategy |
( |
| ) |
|
|
virtual |
virtual CbcStrategy* Bonmin::CbcNlpStrategy::clone |
( |
| ) |
const |
|
virtual |
virtual CbcNodeInfo* Bonmin::CbcNlpStrategy::fullNodeInfo |
( |
CbcModel * |
model, |
|
|
int |
numberRowsAtContinuous |
|
) |
| const |
|
virtual |
Return a new Full node information pointer (descendant of CbcFullNodeInfo)
virtual CbcNodeInfo* Bonmin::CbcNlpStrategy::partialNodeInfo |
( |
CbcModel * |
model, |
|
|
CbcNodeInfo * |
parent, |
|
|
CbcNode * |
owner, |
|
|
int |
numberChangedBounds, |
|
|
const int * |
variables, |
|
|
const double * |
boundChanges, |
|
|
const CoinWarmStartDiff * |
basisDiff |
|
) |
| const |
|
virtual |
Return a new Partial node information pointer (descendant of CbcPartialNodeInfo)
virtual int Bonmin::CbcNlpStrategy::status |
( |
CbcModel * |
model, |
|
|
CbcNodeInfo * |
parent, |
|
|
int |
whereFrom |
|
) |
| |
|
virtual |
After a CbcModel::resolve this can return a status -1 no effect 0 treat as optimal 1 as 0 but do not do any more resolves (i.e.
no more cuts) 2 treat as infeasible
void Bonmin::CbcNlpStrategy::setMaxFailure |
( |
int |
value | ) |
|
|
inline |
void Bonmin::CbcNlpStrategy::setMaxInfeasible |
( |
int |
value | ) |
|
|
inline |
virtual void Bonmin::CbcNlpStrategy::setupCutGenerators |
( |
CbcModel & |
model | ) |
|
|
virtual |
virtual void Bonmin::CbcNlpStrategy::setupHeuristics |
( |
CbcModel & |
model | ) |
|
|
virtual |
virtual void Bonmin::CbcNlpStrategy::setupPrinting |
( |
CbcModel & |
model, |
|
|
int |
modelLogLevel |
|
) |
| |
|
virtual |
virtual void Bonmin::CbcNlpStrategy::setupOther |
( |
CbcModel & |
model | ) |
|
|
virtual |
Other stuff e.g. strong branching and preprocessing.
bool Bonmin::CbcNlpStrategy::hasFailed |
( |
| ) |
|
|
inline |
Illegal Assignment operator.
bool Bonmin::CbcNlpStrategy::hasFailed_ |
|
protected |
int Bonmin::CbcNlpStrategy::maxFailure_ |
|
protected |
int Bonmin::CbcNlpStrategy::maxInfeasible_ |
|
protected |
int Bonmin::CbcNlpStrategy::pretendFailIsInfeasible_ |
|
protected |
If yes when a problem is not solved (failed to be solved) will pretend that it is infeasible.
Definition at line 89 of file BonCbcNlpStrategy.hpp.
The documentation for this class was generated from the following file: