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

Parameters with prefix nodeselection/restartdfs. More...

Variables

constexpr Param< bool > COUNTONLYLEAVES { "nodeselection/restartdfs/countonlyleaves" }
 count only leaf nodes (otherwise all nodes)?
 
constexpr Param< int > MEMSAVEPRIORITY { "nodeselection/restartdfs/memsavepriority" }
 priority of node selection rule <restartdfs> in memory saving mode
 
constexpr Param< int > SELECTBESTFREQ { "nodeselection/restartdfs/selectbestfreq" }
 frequency for selecting the best node instead of the deepest one
 
constexpr Param< int > STDPRIORITY { "nodeselection/restartdfs/stdpriority" }
 priority of node selection rule <restartdfs> in standard mode
 

Detailed Description

Parameters with prefix nodeselection/restartdfs.

Variable Documentation

◆ COUNTONLYLEAVES

constexpr Param<bool> scippp::params::NODESELECTION::RESTARTDFS::COUNTONLYLEAVES { "nodeselection/restartdfs/countonlyleaves" }
constexpr

count only leaf nodes (otherwise all nodes)?

Definition at line 4643 of file parameters.hpp.

◆ MEMSAVEPRIORITY

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

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

Definition at line 4639 of file parameters.hpp.

◆ SELECTBESTFREQ

constexpr Param<int> scippp::params::NODESELECTION::RESTARTDFS::SELECTBESTFREQ { "nodeselection/restartdfs/selectbestfreq" }
constexpr

frequency for selecting the best node instead of the deepest one

Definition at line 4641 of file parameters.hpp.

◆ STDPRIORITY

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

priority of node selection rule <restartdfs> in standard mode

Definition at line 4637 of file parameters.hpp.