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

Parameters with prefix separating/knapsackcover. More...

Variables

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

Detailed Description

Parameters with prefix separating/knapsackcover.

Variable Documentation

◆ DELAY

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

should separator be delayed, if other separators found cuts?

Definition at line 6053 of file parameters.hpp.

◆ EXPBACKOFF

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

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

Definition at line 6056 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 6048 of file parameters.hpp.

◆ MAXBOUNDDIST

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

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

Definition at line 6051 of file parameters.hpp.

◆ PRIORITY

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

priority of separator <knapsackcover>

Definition at line 6046 of file parameters.hpp.