#include <BonOaDecBase.hpp>
Collaboration diagram for Bonmin::OaDecompositionBase::Parameters:
Public Member Functions | |
Parameters () | |
Constructor with default values. | |
Parameters (const Parameters &other) | |
Copy constructor. | |
~Parameters () | |
Destructor. | |
void | setStrategy (const CbcStrategy &strategy) |
Strategy to apply when using Cbc as MILP sub-solver. | |
const CbcStrategy * | strategy () const |
Public Attributes | |
bool | global_ |
Add cuts as global. | |
bool | addOnlyViolated_ |
Add only violated OA inequalities. | |
double | cbcCutoffIncrement_ |
cutoff min increase (has to be intialized trhough Cbc) | |
double | cbcIntegerTolerance_ |
integer tolerance (has to be the same as Cbc's) | |
int | localSearchNodeLimit_ |
Max number of nodes for local search. | |
int | maxLocalSearchPerNode_ |
Max number of local searches per node. | |
int | maxLocalSearch_ |
Total max number of local searches. | |
double | maxLocalSearchTime_ |
maximum time for local searches | |
int | subMilpLogLevel_ |
sub milp log level. | |
double | logFrequency_ |
Frequency of log. | |
Private Attributes | |
CbcStrategy * | strategy_ |
Strategy to apply when using Cbc as MILP sub-solver. |
Definition at line 266 of file BonOaDecBase.hpp.
Bonmin::OaDecompositionBase::Parameters::Parameters | ( | ) |
Constructor with default values.
Bonmin::OaDecompositionBase::Parameters::Parameters | ( | const Parameters & | other | ) |
Copy constructor.
Bonmin::OaDecompositionBase::Parameters::~Parameters | ( | ) | [inline] |
void Bonmin::OaDecompositionBase::Parameters::setStrategy | ( | const CbcStrategy & | strategy | ) | [inline] |
Strategy to apply when using Cbc as MILP sub-solver.
Definition at line 302 of file BonOaDecBase.hpp.
References CbcStrategy::clone(), strategy(), and strategy_.
const CbcStrategy* Bonmin::OaDecompositionBase::Parameters::strategy | ( | ) | const [inline] |
cutoff min increase (has to be intialized trhough Cbc)
Definition at line 273 of file BonOaDecBase.hpp.
Strategy to apply when using Cbc as MILP sub-solver.
Definition at line 314 of file BonOaDecBase.hpp.
Referenced by setStrategy(), strategy(), and ~Parameters().