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

Parameters with prefix branching/distribution. More...

Variables

constexpr Param< double > MAXBOUNDDIST { "branching/distribution/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/distribution/maxdepth" }
 maximal depth level, up to which branching rule <distribution> should be used (-1 for no limit)
 
constexpr Param< bool > ONLYACTIVEROWS { "branching/distribution/onlyactiverows" }
 should only rows which are active at the current node be considered?
 
constexpr Param< int > PRIORITY { "branching/distribution/priority" }
 priority of branching rule <distribution>
 
constexpr Param< char > SCOREPARAM { "branching/distribution/scoreparam" }
 the score;largest 'd'ifference, 'l'owest cumulative probability,'h'ighest c.p., 'v'otes lowest c.p., votes highest c.p.
 
constexpr Param< bool > WEIGHTEDSCORE { "branching/distribution/weightedscore" }
 should the branching score weigh up- and down-scores of a variable
 

Detailed Description

Parameters with prefix branching/distribution.

Variable Documentation

◆ MAXBOUNDDIST

constexpr Param<double> scippp::params::BRANCHING::DISTRIBUTION::MAXBOUNDDIST { "branching/distribution/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 197 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 194 of file parameters.hpp.

◆ ONLYACTIVEROWS

constexpr Param<bool> scippp::params::BRANCHING::DISTRIBUTION::ONLYACTIVEROWS { "branching/distribution/onlyactiverows" }
constexpr

should only rows which are active at the current node be considered?

Definition at line 202 of file parameters.hpp.

◆ PRIORITY

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

priority of branching rule <distribution>

Definition at line 192 of file parameters.hpp.

◆ SCOREPARAM

constexpr Param<char> scippp::params::BRANCHING::DISTRIBUTION::SCOREPARAM { "branching/distribution/scoreparam" }
constexpr

the score;largest 'd'ifference, 'l'owest cumulative probability,'h'ighest c.p., 'v'otes lowest c.p., votes highest c.p.

('w')

Definition at line 200 of file parameters.hpp.

◆ WEIGHTEDSCORE

constexpr Param<bool> scippp::params::BRANCHING::DISTRIBUTION::WEIGHTEDSCORE { "branching/distribution/weightedscore" }
constexpr

should the branching score weigh up- and down-scores of a variable

Definition at line 204 of file parameters.hpp.