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

Parameters with prefix nodeselection/dfs. More...

Variables

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

Detailed Description

Parameters with prefix nodeselection/dfs.

Variable Documentation

◆ MEMSAVEPRIORITY

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

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

Definition at line 4596 of file parameters.hpp.

◆ STDPRIORITY

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

priority of node selection rule <dfs> in standard mode

Definition at line 4594 of file parameters.hpp.