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

Parameters with prefix heuristics/dps. More...

Variables

constexpr Param< int > FREQ { "heuristics/dps/freq" }
 frequency for calling primal heuristic <dps> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/dps/freqofs" }
 frequency offset for calling primal heuristic <dps>
 
constexpr Param< int > MAXDEPTH { "heuristics/dps/maxdepth" }
 maximal depth level to call primal heuristic <dps> (-1: no limit)
 
constexpr Param< int > MAXITERATIONS { "heuristics/dps/maxiterations" }
 maximal number of iterations
 
constexpr Param< double > MAXLINKSCORE { "heuristics/dps/maxlinkscore" }
 maximal linking score of used decomposition (equivalent to percentage of linking constraints)
 
constexpr Param< double > PENALTY { "heuristics/dps/penalty" }
 multiplier for absolute increase of penalty parameters (0: no increase)
 
constexpr Param< int > PRIORITY { "heuristics/dps/priority" }
 priority of heuristic <dps>
 
constexpr Param< bool > REOPTIMIZE { "heuristics/dps/reoptimize" }
 should the problem get reoptimized with the original objective function?
 
constexpr Param< bool > REUSE { "heuristics/dps/reuse" }
 should solutions get reused in subproblems?
 

Detailed Description

Parameters with prefix heuristics/dps.

Variable Documentation

◆ FREQ

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

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

Definition at line 2811 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <dps>

Definition at line 2813 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 2815 of file parameters.hpp.

◆ MAXITERATIONS

constexpr Param<int> scippp::params::HEURISTICS::DPS::MAXITERATIONS { "heuristics/dps/maxiterations" }
constexpr

maximal number of iterations

Definition at line 2817 of file parameters.hpp.

◆ MAXLINKSCORE

constexpr Param<double> scippp::params::HEURISTICS::DPS::MAXLINKSCORE { "heuristics/dps/maxlinkscore" }
constexpr

maximal linking score of used decomposition (equivalent to percentage of linking constraints)

Definition at line 2819 of file parameters.hpp.

◆ PENALTY

constexpr Param<double> scippp::params::HEURISTICS::DPS::PENALTY { "heuristics/dps/penalty" }
constexpr

multiplier for absolute increase of penalty parameters (0: no increase)

Definition at line 2821 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <dps>

Definition at line 2809 of file parameters.hpp.

◆ REOPTIMIZE

constexpr Param<bool> scippp::params::HEURISTICS::DPS::REOPTIMIZE { "heuristics/dps/reoptimize" }
constexpr

should the problem get reoptimized with the original objective function?

Definition at line 2823 of file parameters.hpp.

◆ REUSE

constexpr Param<bool> scippp::params::HEURISTICS::DPS::REUSE { "heuristics/dps/reuse" }
constexpr

should solutions get reused in subproblems?

Definition at line 2825 of file parameters.hpp.