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

Parameters with prefix separating/strongcg. More...

Variables

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

Detailed Description

Parameters with prefix separating/strongcg.

Variable Documentation

◆ DELAY

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

should separator be delayed, if other separators found cuts?

Definition at line 6355 of file parameters.hpp.

◆ EXPBACKOFF

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

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

Definition at line 6358 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 6350 of file parameters.hpp.

◆ MAXBOUNDDIST

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

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

Definition at line 6353 of file parameters.hpp.

◆ PRIORITY

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

priority of separator <strongcg>

Definition at line 6348 of file parameters.hpp.