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

Parameters with prefix separating/gomorymi. More...

Variables

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

Detailed Description

Parameters with prefix separating/gomorymi.

Variable Documentation

◆ DELAY

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

should separator be delayed, if other separators found cuts?

Definition at line 5981 of file parameters.hpp.

◆ EXPBACKOFF

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

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

Definition at line 5984 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 5976 of file parameters.hpp.

◆ MAXBOUNDDIST

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

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

Definition at line 5979 of file parameters.hpp.

◆ PRIORITY

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

priority of separator <gomorymi>

Definition at line 5974 of file parameters.hpp.