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

Parameters with prefix heuristics/fixandinfer. More...

Variables

constexpr Param< int > FREQ { "heuristics/fixandinfer/freq" }
 frequency for calling primal heuristic <fixandinfer> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/fixandinfer/freqofs" }
 frequency offset for calling primal heuristic <fixandinfer>
 
constexpr Param< int > MAXDEPTH { "heuristics/fixandinfer/maxdepth" }
 maximal depth level to call primal heuristic <fixandinfer> (-1: no limit)
 
constexpr Param< int > MINFIXINGS { "heuristics/fixandinfer/minfixings" }
 minimal number of fixings to apply before dive may be aborted
 
constexpr Param< int > PRIORITY { "heuristics/fixandinfer/priority" }
 priority of heuristic <fixandinfer>
 
constexpr Param< int > PROPROUNDS { "heuristics/fixandinfer/proprounds" }
 maximal number of propagation rounds in probing subproblems (-1: no limit, 0: auto)
 

Detailed Description

Parameters with prefix heuristics/fixandinfer.

Variable Documentation

◆ FREQ

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

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

Definition at line 2966 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <fixandinfer>

Definition at line 2968 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 2970 of file parameters.hpp.

◆ MINFIXINGS

constexpr Param<int> scippp::params::HEURISTICS::FIXANDINFER::MINFIXINGS { "heuristics/fixandinfer/minfixings" }
constexpr

minimal number of fixings to apply before dive may be aborted

Definition at line 2974 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <fixandinfer>

Definition at line 2964 of file parameters.hpp.

◆ PROPROUNDS

constexpr Param<int> scippp::params::HEURISTICS::FIXANDINFER::PROPROUNDS { "heuristics/fixandinfer/proprounds" }
constexpr

maximal number of propagation rounds in probing subproblems (-1: no limit, 0: auto)

Definition at line 2972 of file parameters.hpp.