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

Parameters with prefix branching/multaggr. More...

Variables

constexpr Param< double > MAXBOUNDDIST { "branching/multaggr/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/multaggr/maxdepth" }
 maximal depth level, up to which branching rule <multaggr> should be used (-1 for no limit)
 
constexpr Param< int > MAXPROPROUNDS { "branching/multaggr/maxproprounds" }
 maximum number of propagation rounds to be performed during multaggr branching before solving the LP (-1: no limit, -2: parameter settings)
 
constexpr Param< int > PRIORITY { "branching/multaggr/priority" }
 priority of branching rule <multaggr>
 
constexpr Param< bool > PROBINGBOUNDS { "branching/multaggr/probingbounds" }
 should valid bounds be identified in a probing-like fashion during multaggr branching (only with propagation)?
 
constexpr Param< long long > REEVALAGE { "branching/multaggr/reevalage" }
 number of intermediate LPs solved to trigger reevaluation of strong branching value for a variable that was already evaluated at the current node
 

Detailed Description

Parameters with prefix branching/multaggr.

Variable Documentation

◆ MAXBOUNDDIST

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

◆ MAXDEPTH

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

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

Definition at line 360 of file parameters.hpp.

◆ MAXPROPROUNDS

constexpr Param<int> scippp::params::BRANCHING::MULTAGGR::MAXPROPROUNDS { "branching/multaggr/maxproprounds" }
constexpr

maximum number of propagation rounds to be performed during multaggr branching before solving the LP (-1: no limit, -2: parameter settings)

Definition at line 369 of file parameters.hpp.

◆ PRIORITY

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

priority of branching rule <multaggr>

Definition at line 358 of file parameters.hpp.

◆ PROBINGBOUNDS

constexpr Param<bool> scippp::params::BRANCHING::MULTAGGR::PROBINGBOUNDS { "branching/multaggr/probingbounds" }
constexpr

should valid bounds be identified in a probing-like fashion during multaggr branching (only with propagation)?

Definition at line 371 of file parameters.hpp.

◆ REEVALAGE

constexpr Param<long long> scippp::params::BRANCHING::MULTAGGR::REEVALAGE { "branching/multaggr/reevalage" }
constexpr

number of intermediate LPs solved to trigger reevaluation of strong branching value for a variable that was already evaluated at the current node

Definition at line 366 of file parameters.hpp.