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

Parameters with prefix heuristics/zirounding. More...

Variables

constexpr Param< int > FREQ { "heuristics/zirounding/freq" }
 frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/zirounding/freqofs" }
 frequency offset for calling primal heuristic <zirounding>
 
constexpr Param< int > MAXDEPTH { "heuristics/zirounding/maxdepth" }
 maximal depth level to call primal heuristic <zirounding> (-1: no limit)
 
constexpr Param< int > MAXROUNDINGLOOPS { "heuristics/zirounding/maxroundingloops" }
 determines maximum number of rounding loops
 
constexpr Param< int > MINSTOPNCALLS { "heuristics/zirounding/minstopncalls" }
 determines the minimum number of calls before percentage-based deactivation of Zirounding is applied
 
constexpr Param< int > PRIORITY { "heuristics/zirounding/priority" }
 priority of heuristic <zirounding>
 
constexpr Param< double > STOPPERCENTAGE { "heuristics/zirounding/stoppercentage" }
 if percentage of found solutions falls below this parameter, Zirounding will be deactivated
 
constexpr Param< bool > STOPZIROUND { "heuristics/zirounding/stopziround" }
 flag to determine if Zirounding is deactivated after a certain percentage of unsuccessful calls
 

Detailed Description

Parameters with prefix heuristics/zirounding.

Variable Documentation

◆ FREQ

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

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

Definition at line 4235 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <zirounding>

Definition at line 4237 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 4239 of file parameters.hpp.

◆ MAXROUNDINGLOOPS

constexpr Param<int> scippp::params::HEURISTICS::ZIROUNDING::MAXROUNDINGLOOPS { "heuristics/zirounding/maxroundingloops" }
constexpr

determines maximum number of rounding loops

Definition at line 4241 of file parameters.hpp.

◆ MINSTOPNCALLS

constexpr Param<int> scippp::params::HEURISTICS::ZIROUNDING::MINSTOPNCALLS { "heuristics/zirounding/minstopncalls" }
constexpr

determines the minimum number of calls before percentage-based deactivation of Zirounding is applied

Definition at line 4247 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <zirounding>

Definition at line 4233 of file parameters.hpp.

◆ STOPPERCENTAGE

constexpr Param<double> scippp::params::HEURISTICS::ZIROUNDING::STOPPERCENTAGE { "heuristics/zirounding/stoppercentage" }
constexpr

if percentage of found solutions falls below this parameter, Zirounding will be deactivated

Definition at line 4245 of file parameters.hpp.

◆ STOPZIROUND

constexpr Param<bool> scippp::params::HEURISTICS::ZIROUNDING::STOPZIROUND { "heuristics/zirounding/stopziround" }
constexpr

flag to determine if Zirounding is deactivated after a certain percentage of unsuccessful calls

Definition at line 4243 of file parameters.hpp.