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

Parameters with prefix nodeselection. More...

Namespaces

namespace  BFS
 Parameters with prefix nodeselection/bfs.
 
namespace  BREADTHFIRST
 Parameters with prefix nodeselection/breadthfirst.
 
namespace  DFS
 Parameters with prefix nodeselection/dfs.
 
namespace  ESTIMATE
 Parameters with prefix nodeselection/estimate.
 
namespace  HYBRIDESTIM
 Parameters with prefix nodeselection/hybridestim.
 
namespace  RESTARTDFS
 Parameters with prefix nodeselection/restartdfs.
 
namespace  UCT
 Parameters with prefix nodeselection/uct.
 

Variables

constexpr Param< char > CHILDSEL { "nodeselection/childsel" }
 child selection rule ('d'own, 'u'p, 'p'seudo costs, 'i'nference, 'l'p value, 'r'oot LP value difference, 'h'ybrid inference/root LP value difference)
 

Detailed Description

Parameters with prefix nodeselection.

Variable Documentation

◆ CHILDSEL

constexpr Param<char> scippp::params::NODESELECTION::CHILDSEL { "nodeselection/childsel" }
constexpr

child selection rule ('d'own, 'u'p, 'p'seudo costs, 'i'nference, 'l'p value, 'r'oot LP value difference, 'h'ybrid inference/root LP value difference)

Definition at line 4569 of file parameters.hpp.