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

Parameters with prefix nodeselection/bfs. More...

Variables

constexpr Param< int > MAXPLUNGEDEPTH { "nodeselection/bfs/maxplungedepth" }
 maximal plunging depth, before new best node is forced to be selected (-1 for dynamic setting)
 
constexpr Param< double > MAXPLUNGEQUOT { "nodeselection/bfs/maxplungequot" }
 maximal quotient (curlowerbound - lowerbound)/(cutoffbound - lowerbound) where plunging is performed
 
constexpr Param< int > MEMSAVEPRIORITY { "nodeselection/bfs/memsavepriority" }
 priority of node selection rule <bfs> in memory saving mode
 
constexpr Param< int > MINPLUNGEDEPTH { "nodeselection/bfs/minplungedepth" }
 minimal plunging depth, before new best node may be selected (-1 for dynamic setting)
 
constexpr Param< int > STDPRIORITY { "nodeselection/bfs/stdpriority" }
 priority of node selection rule <bfs> in standard mode
 

Detailed Description

Parameters with prefix nodeselection/bfs.

Variable Documentation

◆ MAXPLUNGEDEPTH

constexpr Param<int> scippp::params::NODESELECTION::BFS::MAXPLUNGEDEPTH { "nodeselection/bfs/maxplungedepth" }
constexpr

maximal plunging depth, before new best node is forced to be selected (-1 for dynamic setting)

Definition at line 4580 of file parameters.hpp.

◆ MAXPLUNGEQUOT

constexpr Param<double> scippp::params::NODESELECTION::BFS::MAXPLUNGEQUOT { "nodeselection/bfs/maxplungequot" }
constexpr

maximal quotient (curlowerbound - lowerbound)/(cutoffbound - lowerbound) where plunging is performed

Definition at line 4582 of file parameters.hpp.

◆ MEMSAVEPRIORITY

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

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

Definition at line 4576 of file parameters.hpp.

◆ MINPLUNGEDEPTH

constexpr Param<int> scippp::params::NODESELECTION::BFS::MINPLUNGEDEPTH { "nodeselection/bfs/minplungedepth" }
constexpr

minimal plunging depth, before new best node may be selected (-1 for dynamic setting)

Definition at line 4578 of file parameters.hpp.

◆ STDPRIORITY

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

priority of node selection rule <bfs> in standard mode

Definition at line 4574 of file parameters.hpp.