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

Parameters with prefix separating/intobj. More...

Variables

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

Detailed Description

Parameters with prefix separating/intobj.

Variable Documentation

◆ DELAY

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

should separator be delayed, if other separators found cuts?

Definition at line 6038 of file parameters.hpp.

◆ EXPBACKOFF

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

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

Definition at line 6041 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 6033 of file parameters.hpp.

◆ MAXBOUNDDIST

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

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

Definition at line 6036 of file parameters.hpp.

◆ PRIORITY

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

priority of separator <intobj>

Definition at line 6031 of file parameters.hpp.