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

Parameters with prefix heuristics/objpscostdiving. More...

Variables

constexpr Param< double > DEPTHFAC { "heuristics/objpscostdiving/depthfac" }
 maximal diving depth: number of binary/integer variables times depthfac
 
constexpr Param< double > DEPTHFACNOSOL { "heuristics/objpscostdiving/depthfacnosol" }
 maximal diving depth factor if no feasible solution was found yet
 
constexpr Param< int > FREQ { "heuristics/objpscostdiving/freq" }
 frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/objpscostdiving/freqofs" }
 frequency offset for calling primal heuristic <objpscostdiving>
 
constexpr Param< int > MAXDEPTH { "heuristics/objpscostdiving/maxdepth" }
 maximal depth level to call primal heuristic <objpscostdiving> (-1: no limit)
 
constexpr Param< int > MAXLPITEROFS { "heuristics/objpscostdiving/maxlpiterofs" }
 additional number of allowed LP iterations
 
constexpr Param< double > MAXLPITERQUOT { "heuristics/objpscostdiving/maxlpiterquot" }
 maximal fraction of diving LP iterations compared to total iteration number
 
constexpr Param< double > MAXRELDEPTH { "heuristics/objpscostdiving/maxreldepth" }
 maximal relative depth to start diving
 
constexpr Param< int > MAXSOLS { "heuristics/objpscostdiving/maxsols" }
 total number of feasible solutions found up to which heuristic is called (-1: no limit)
 
constexpr Param< double > MINRELDEPTH { "heuristics/objpscostdiving/minreldepth" }
 minimal relative depth to start diving
 
constexpr Param< int > PRIORITY { "heuristics/objpscostdiving/priority" }
 priority of heuristic <objpscostdiving>
 

Detailed Description

Parameters with prefix heuristics/objpscostdiving.

Variable Documentation

◆ DEPTHFAC

constexpr Param<double> scippp::params::HEURISTICS::OBJPSCOSTDIVING::DEPTHFAC { "heuristics/objpscostdiving/depthfac" }
constexpr

maximal diving depth: number of binary/integer variables times depthfac

Definition at line 3470 of file parameters.hpp.

◆ DEPTHFACNOSOL

constexpr Param<double> scippp::params::HEURISTICS::OBJPSCOSTDIVING::DEPTHFACNOSOL { "heuristics/objpscostdiving/depthfacnosol" }
constexpr

maximal diving depth factor if no feasible solution was found yet

Definition at line 3472 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 3454 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <objpscostdiving>

Definition at line 3456 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 3458 of file parameters.hpp.

◆ MAXLPITEROFS

constexpr Param<int> scippp::params::HEURISTICS::OBJPSCOSTDIVING::MAXLPITEROFS { "heuristics/objpscostdiving/maxlpiterofs" }
constexpr

additional number of allowed LP iterations

Definition at line 3466 of file parameters.hpp.

◆ MAXLPITERQUOT

constexpr Param<double> scippp::params::HEURISTICS::OBJPSCOSTDIVING::MAXLPITERQUOT { "heuristics/objpscostdiving/maxlpiterquot" }
constexpr

maximal fraction of diving LP iterations compared to total iteration number

Definition at line 3464 of file parameters.hpp.

◆ MAXRELDEPTH

constexpr Param<double> scippp::params::HEURISTICS::OBJPSCOSTDIVING::MAXRELDEPTH { "heuristics/objpscostdiving/maxreldepth" }
constexpr

maximal relative depth to start diving

Definition at line 3462 of file parameters.hpp.

◆ MAXSOLS

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

total number of feasible solutions found up to which heuristic is called (-1: no limit)

Definition at line 3468 of file parameters.hpp.

◆ MINRELDEPTH

constexpr Param<double> scippp::params::HEURISTICS::OBJPSCOSTDIVING::MINRELDEPTH { "heuristics/objpscostdiving/minreldepth" }
constexpr

minimal relative depth to start diving

Definition at line 3460 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <objpscostdiving>

Definition at line 3452 of file parameters.hpp.