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

Parameters with prefix branching/nodereopt. More...

Variables

constexpr Param< double > MAXBOUNDDIST { "branching/nodereopt/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/nodereopt/maxdepth" }
 maximal depth level, up to which branching rule <nodereopt> should be used (-1 for no limit)
 
constexpr Param< int > PRIORITY { "branching/nodereopt/priority" }
 priority of branching rule <nodereopt>
 

Detailed Description

Parameters with prefix branching/nodereopt.

Variable Documentation

◆ MAXBOUNDDIST

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

◆ MAXDEPTH

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

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

Definition at line 378 of file parameters.hpp.

◆ PRIORITY

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

priority of branching rule <nodereopt>

Definition at line 376 of file parameters.hpp.