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

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 5002 of file parameters.hpp.

◆ MAXPLUNGEQUOT

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

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

Definition at line 5004 of file parameters.hpp.

◆ MEMSAVEPRIORITY

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

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

Definition at line 4998 of file parameters.hpp.

◆ MINPLUNGEDEPTH

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 5000 of file parameters.hpp.

◆ STDPRIORITY

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

priority of node selection rule <bfs> in standard mode

Definition at line 4996 of file parameters.hpp.