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

Parameters with prefix heuristics/rounding. More...

Variables

constexpr Param< int > FREQ { "heuristics/rounding/freq" }
 frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/rounding/freqofs" }
 frequency offset for calling primal heuristic <rounding>
 
constexpr Param< int > MAXDEPTH { "heuristics/rounding/maxdepth" }
 maximal depth level to call primal heuristic <rounding> (-1: no limit)
 
constexpr Param< bool > ONCEPERNODE { "heuristics/rounding/oncepernode" }
 should the heuristic only be called once per node?
 
constexpr Param< int > PRIORITY { "heuristics/rounding/priority" }
 priority of heuristic <rounding>
 
constexpr Param< int > SUCCESSFACTOR { "heuristics/rounding/successfactor" }
 number of calls per found solution that are considered as standard success, a higher factor causes the heuristic to be called more often
 

Detailed Description

Parameters with prefix heuristics/rounding.

Variable Documentation

◆ FREQ

constexpr Param<int> scippp::params::HEURISTICS::ROUNDING::FREQ { "heuristics/rounding/freq" }
constexpr

frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)

Definition at line 3842 of file parameters.hpp.

◆ FREQOFS

constexpr Param<int> scippp::params::HEURISTICS::ROUNDING::FREQOFS { "heuristics/rounding/freqofs" }
constexpr

frequency offset for calling primal heuristic <rounding>

Definition at line 3844 of file parameters.hpp.

◆ MAXDEPTH

constexpr Param<int> scippp::params::HEURISTICS::ROUNDING::MAXDEPTH { "heuristics/rounding/maxdepth" }
constexpr

maximal depth level to call primal heuristic <rounding> (-1: no limit)

Definition at line 3846 of file parameters.hpp.

◆ ONCEPERNODE

constexpr Param<bool> scippp::params::HEURISTICS::ROUNDING::ONCEPERNODE { "heuristics/rounding/oncepernode" }
constexpr

should the heuristic only be called once per node?

Definition at line 3851 of file parameters.hpp.

◆ PRIORITY

constexpr Param<int> scippp::params::HEURISTICS::ROUNDING::PRIORITY { "heuristics/rounding/priority" }
constexpr

priority of heuristic <rounding>

Definition at line 3840 of file parameters.hpp.

◆ SUCCESSFACTOR

constexpr Param<int> scippp::params::HEURISTICS::ROUNDING::SUCCESSFACTOR { "heuristics/rounding/successfactor" }
constexpr

number of calls per found solution that are considered as standard success, a higher factor causes the heuristic to be called more often

Definition at line 3849 of file parameters.hpp.