#include <CbcStrategy.hpp>
Inheritance diagram for CbcStrategyDefaultSubTree:
Public Member Functions | |
CbcStrategyDefaultSubTree (CbcModel *parent=NULL, bool cutsOnlyAtRoot=true, int numberStrong=5, int numberBeforeTrust=0, int printLevel=0) | |
CbcStrategyDefaultSubTree (const CbcStrategyDefaultSubTree &) | |
~CbcStrategyDefaultSubTree () | |
virtual CbcStrategy * | clone () const |
Clone. | |
virtual void | setupCutGenerators (CbcModel &model) |
Setup cut generators. | |
virtual void | setupHeuristics (CbcModel &model) |
Setup heuristics. | |
virtual void | setupPrinting (CbcModel &model, int modelLogLevel) |
Do printing stuff. | |
virtual void | setupOther (CbcModel &model) |
Other stuff e.g. strong branching. | |
Protected Attributes | |
CbcModel * | parentModel_ |
bool | cutsOnlyAtRoot_ |
int | numberStrong_ |
int | numberBeforeTrust_ |
int | printLevel_ |
Private Member Functions | |
CbcStrategyDefaultSubTree & | operator= (const CbcStrategyDefaultSubTree &rhs) |
Illegal Assignment operator. |
Definition at line 192 of file CbcStrategy.hpp.
|
|
|
|
|
|
|
Clone.
Implements CbcStrategy. |
|
Setup cut generators.
Implements CbcStrategy. |
|
Setup heuristics.
Implements CbcStrategy. |
|
Do printing stuff.
Implements CbcStrategy. |
|
Other stuff e.g. strong branching.
Implements CbcStrategy. |
|
Illegal Assignment operator.
|
|
Definition at line 221 of file CbcStrategy.hpp. |
|
Definition at line 223 of file CbcStrategy.hpp. |
|
Definition at line 226 of file CbcStrategy.hpp. |
|
Definition at line 229 of file CbcStrategy.hpp. |
|
Definition at line 232 of file CbcStrategy.hpp. |