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

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

count only leaf nodes (otherwise all nodes)?

Definition at line 5065 of file parameters.hpp.

◆ MEMSAVEPRIORITY

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

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

Definition at line 5061 of file parameters.hpp.

◆ SELECTBESTFREQ

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

◆ STDPRIORITY

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

priority of node selection rule <restartdfs> in standard mode

Definition at line 5059 of file parameters.hpp.