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

Parameters with prefix nodeselection/breadthfirst. More...

Variables

constexpr Param< int > MEMSAVEPRIORITY { "nodeselection/breadthfirst/memsavepriority" }
 priority of node selection rule <breadthfirst> in memory saving mode
 
constexpr Param< int > STDPRIORITY { "nodeselection/breadthfirst/stdpriority" }
 priority of node selection rule <breadthfirst> in standard mode
 

Detailed Description

Parameters with prefix nodeselection/breadthfirst.

Variable Documentation

◆ MEMSAVEPRIORITY

constexpr Param<int> scippp::params::NODESELECTION::BREADTHFIRST::MEMSAVEPRIORITY { "nodeselection/breadthfirst/memsavepriority" }
constexpr

priority of node selection rule <breadthfirst> in memory saving mode

Definition at line 4589 of file parameters.hpp.

◆ STDPRIORITY

constexpr Param<int> scippp::params::NODESELECTION::BREADTHFIRST::STDPRIORITY { "nodeselection/breadthfirst/stdpriority" }
constexpr

priority of node selection rule <breadthfirst> in standard mode

Definition at line 4587 of file parameters.hpp.