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

Parameters with prefix separating/cmir. More...

Variables

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

Detailed Description

Parameters with prefix separating/cmir.

Variable Documentation

◆ DELAY

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

should separator be delayed, if other separators found cuts?

Definition at line 5796 of file parameters.hpp.

◆ EXPBACKOFF

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

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

Definition at line 5799 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 5791 of file parameters.hpp.

◆ MAXBOUNDDIST

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

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

Definition at line 5794 of file parameters.hpp.

◆ PRIORITY

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

priority of separator <cmir>

Definition at line 5789 of file parameters.hpp.