#include <CbcStrategy.hpp>
Inheritance diagram for CbcStrategyNull:
Public Member Functions | |
CbcStrategyNull () | |
CbcStrategyNull (const CbcStrategyNull &rhs) | |
~CbcStrategyNull () | |
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. | |
Private Member Functions | |
CbcStrategyNull & | operator= (const CbcStrategyNull &rhs) |
Illegal Assignment operator. |
Definition at line 87 of file CbcStrategy.hpp.
|
Definition at line 91 of file CbcStrategy.hpp. Referenced by clone(). |
|
Definition at line 94 of file CbcStrategy.hpp. |
|
Definition at line 97 of file CbcStrategy.hpp. |
|
Clone.
Implements CbcStrategy. Definition at line 100 of file CbcStrategy.hpp. References CbcStrategyNull(). |
|
Setup cut generators.
Implements CbcStrategy. Definition at line 103 of file CbcStrategy.hpp. |
|
Setup heuristics.
Implements CbcStrategy. Definition at line 105 of file CbcStrategy.hpp. |
|
Do printing stuff.
Implements CbcStrategy. Definition at line 107 of file CbcStrategy.hpp. |
|
Other stuff e.g. strong branching.
Implements CbcStrategy. Definition at line 109 of file CbcStrategy.hpp. |
|
Illegal Assignment operator.
|