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

Parameters with prefix branching/leastinf. More...

Variables

constexpr Param< double > MAXBOUNDDIST { "branching/leastinf/maxbounddist" }
 maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying branching rule (0.0: only on current best node, 1.0: on all nodes)
 
constexpr Param< int > MAXDEPTH { "branching/leastinf/maxdepth" }
 maximal depth level, up to which branching rule <leastinf> should be used (-1 for no limit)
 
constexpr Param< int > PRIORITY { "branching/leastinf/priority" }
 priority of branching rule <leastinf>
 

Detailed Description

Parameters with prefix branching/leastinf.

Variable Documentation

◆ MAXBOUNDDIST

constexpr Param<double> scippp::params::BRANCHING::LEASTINF::MAXBOUNDDIST { "branching/leastinf/maxbounddist" }
constexpr

maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying branching rule (0.0: only on current best node, 1.0: on all nodes)

Definition at line 260 of file parameters.hpp.

◆ MAXDEPTH

constexpr Param<int> scippp::params::BRANCHING::LEASTINF::MAXDEPTH { "branching/leastinf/maxdepth" }
constexpr

maximal depth level, up to which branching rule <leastinf> should be used (-1 for no limit)

Definition at line 257 of file parameters.hpp.

◆ PRIORITY

constexpr Param<int> scippp::params::BRANCHING::LEASTINF::PRIORITY { "branching/leastinf/priority" }
constexpr

priority of branching rule <leastinf>

Definition at line 255 of file parameters.hpp.