Bonmin 1.8.9
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Bonmin::OaDecompositionBase::Parameters Struct Reference

Parameters for algorithm. More...

#include <BonOaDecBase.hpp>

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)
 
double gap_tol_
 setting for gap tolerance.
 
int maxLocalSearch_
 Total max number of local searches.
 
double maxLocalSearchTime_
 maximum time for local searches
 
int subMilpLogLevel_
 sub milp log level.
 
int maxSols_
 maximum number of solutions
 
double logFrequency_
 Frequency of log.
 

Detailed Description

Parameters for algorithm.

Definition at line 146 of file BonOaDecBase.hpp.

Constructor & Destructor Documentation

◆ Parameters() [1/2]

Bonmin::OaDecompositionBase::Parameters::Parameters ( )

Constructor with default values.

◆ Parameters() [2/2]

Bonmin::OaDecompositionBase::Parameters::Parameters ( const Parameters & other)

Copy constructor.

◆ ~Parameters()

Bonmin::OaDecompositionBase::Parameters::~Parameters ( )
inline

Destructor.

Definition at line 177 of file BonOaDecBase.hpp.

Member Function Documentation

◆ setStrategy()

void Bonmin::OaDecompositionBase::Parameters::setStrategy ( const CbcStrategy & strategy)
inline

Strategy to apply when using Cbc as MILP sub-solver.

Definition at line 183 of file BonOaDecBase.hpp.

◆ strategy()

const CbcStrategy * Bonmin::OaDecompositionBase::Parameters::strategy ( ) const
inline

Definition at line 189 of file BonOaDecBase.hpp.

Member Data Documentation

◆ global_

bool Bonmin::OaDecompositionBase::Parameters::global_

Add cuts as global.

Definition at line 149 of file BonOaDecBase.hpp.

◆ addOnlyViolated_

bool Bonmin::OaDecompositionBase::Parameters::addOnlyViolated_

Add only violated OA inequalities.

Definition at line 151 of file BonOaDecBase.hpp.

◆ cbcCutoffIncrement_

double Bonmin::OaDecompositionBase::Parameters::cbcCutoffIncrement_

cutoff min increase (has to be intialized trhough Cbc)

Definition at line 153 of file BonOaDecBase.hpp.

◆ cbcIntegerTolerance_

double Bonmin::OaDecompositionBase::Parameters::cbcIntegerTolerance_

integer tolerance (has to be the same as Cbc's)

Definition at line 155 of file BonOaDecBase.hpp.

◆ gap_tol_

double Bonmin::OaDecompositionBase::Parameters::gap_tol_

setting for gap tolerance.

Definition at line 157 of file BonOaDecBase.hpp.

◆ maxLocalSearch_

int Bonmin::OaDecompositionBase::Parameters::maxLocalSearch_

Total max number of local searches.

Definition at line 159 of file BonOaDecBase.hpp.

◆ maxLocalSearchTime_

double Bonmin::OaDecompositionBase::Parameters::maxLocalSearchTime_

maximum time for local searches

Definition at line 161 of file BonOaDecBase.hpp.

◆ subMilpLogLevel_

int Bonmin::OaDecompositionBase::Parameters::subMilpLogLevel_

sub milp log level.

Definition at line 163 of file BonOaDecBase.hpp.

◆ maxSols_

int Bonmin::OaDecompositionBase::Parameters::maxSols_

maximum number of solutions

Definition at line 165 of file BonOaDecBase.hpp.

◆ logFrequency_

double Bonmin::OaDecompositionBase::Parameters::logFrequency_

Frequency of log.

Definition at line 167 of file BonOaDecBase.hpp.


The documentation for this struct was generated from the following file: