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

Parameters with prefix heuristics/reoptsols. More...

Variables

constexpr Param< int > FREQ { "heuristics/reoptsols/freq" }
 frequency for calling primal heuristic <reoptsols> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/reoptsols/freqofs" }
 frequency offset for calling primal heuristic <reoptsols>
 
constexpr Param< int > MAXDEPTH { "heuristics/reoptsols/maxdepth" }
 maximal depth level to call primal heuristic <reoptsols> (-1: no limit)
 
constexpr Param< int > MAXRUNS { "heuristics/reoptsols/maxruns" }
 check solutions of the last k runs. (-1: all)
 
constexpr Param< int > MAXSOLS { "heuristics/reoptsols/maxsols" }
 maximal number solutions which should be checked. (-1: all)
 
constexpr Param< int > PRIORITY { "heuristics/reoptsols/priority" }
 priority of heuristic <reoptsols>
 

Detailed Description

Parameters with prefix heuristics/reoptsols.

Variable Documentation

◆ FREQ

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

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

Definition at line 3733 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <reoptsols>

Definition at line 3735 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 3737 of file parameters.hpp.

◆ MAXRUNS

constexpr Param<int> scippp::params::HEURISTICS::REOPTSOLS::MAXRUNS { "heuristics/reoptsols/maxruns" }
constexpr

check solutions of the last k runs. (-1: all)

Definition at line 3741 of file parameters.hpp.

◆ MAXSOLS

constexpr Param<int> scippp::params::HEURISTICS::REOPTSOLS::MAXSOLS { "heuristics/reoptsols/maxsols" }
constexpr

maximal number solutions which should be checked. (-1: all)

Definition at line 3739 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <reoptsols>

Definition at line 3731 of file parameters.hpp.