SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::params::SEPARATING::IMPLIEDBOUNDS Namespace Reference

Parameters with prefix separating/impliedbounds. More...

Variables

constexpr Param< bool > DELAY { "separating/impliedbounds/delay" }
 should separator be delayed, if other separators found cuts?
 
constexpr Param< int > EXPBACKOFF { "separating/impliedbounds/expbackoff" }
 base for exponential increase of frequency at which separator <impliedbounds> is called (1: call at each multiple of frequency)
 
constexpr Param< int > FREQ { "separating/impliedbounds/freq" }
 frequency for calling separator <impliedbounds> (-1: never, 0: only in root node)
 
constexpr Param< double > MAXBOUNDDIST { "separating/impliedbounds/maxbounddist" }
 maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separator <impliedbounds> (0.0: only on current best node, 1.0: on all nodes)
 
constexpr Param< int > PRIORITY { "separating/impliedbounds/priority" }
 priority of separator <impliedbounds>
 
constexpr Param< bool > USETWOSIZECLIQUES { "separating/impliedbounds/usetwosizecliques" }
 should violated inequalities for cliques with 2 variables be separated?
 

Detailed Description

Parameters with prefix separating/impliedbounds.

Variable Documentation

◆ DELAY

constexpr Param<bool> scippp::params::SEPARATING::IMPLIEDBOUNDS::DELAY { "separating/impliedbounds/delay" }
constexpr

should separator be delayed, if other separators found cuts?

Definition at line 5996 of file parameters.hpp.

◆ EXPBACKOFF

constexpr Param<int> scippp::params::SEPARATING::IMPLIEDBOUNDS::EXPBACKOFF { "separating/impliedbounds/expbackoff" }
constexpr

base for exponential increase of frequency at which separator <impliedbounds> is called (1: call at each multiple of frequency)

Definition at line 5999 of file parameters.hpp.

◆ FREQ

constexpr Param<int> scippp::params::SEPARATING::IMPLIEDBOUNDS::FREQ { "separating/impliedbounds/freq" }
constexpr

frequency for calling separator <impliedbounds> (-1: never, 0: only in root node)

Definition at line 5991 of file parameters.hpp.

◆ MAXBOUNDDIST

constexpr Param<double> scippp::params::SEPARATING::IMPLIEDBOUNDS::MAXBOUNDDIST { "separating/impliedbounds/maxbounddist" }
constexpr

maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separator <impliedbounds> (0.0: only on current best node, 1.0: on all nodes)

Definition at line 5994 of file parameters.hpp.

◆ PRIORITY

constexpr Param<int> scippp::params::SEPARATING::IMPLIEDBOUNDS::PRIORITY { "separating/impliedbounds/priority" }
constexpr

priority of separator <impliedbounds>

Definition at line 5989 of file parameters.hpp.

◆ USETWOSIZECLIQUES

constexpr Param<bool> scippp::params::SEPARATING::IMPLIEDBOUNDS::USETWOSIZECLIQUES { "separating/impliedbounds/usetwosizecliques" }
constexpr

should violated inequalities for cliques with 2 variables be separated?

Definition at line 6001 of file parameters.hpp.