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

Parameters with prefix estimation/ssg. More...

Variables

constexpr Param< int > NMAXSUBTREES { "estimation/ssg/nmaxsubtrees" }
 the maximum number of individual SSG subtrees; -1: no limit
 
constexpr Param< long long > NMINNODESLASTSPLIT { "estimation/ssg/nminnodeslastsplit" }
 minimum number of nodes to process between two consecutive SSG splits
 

Detailed Description

Parameters with prefix estimation/ssg.

Variable Documentation

◆ NMAXSUBTREES

constexpr Param<int> scippp::params::ESTIMATION::SSG::NMAXSUBTREES { "estimation/ssg/nmaxsubtrees" }
constexpr

the maximum number of individual SSG subtrees; -1: no limit

Definition at line 2218 of file parameters.hpp.

◆ NMINNODESLASTSPLIT

constexpr Param<long long> scippp::params::ESTIMATION::SSG::NMINNODESLASTSPLIT { "estimation/ssg/nminnodeslastsplit" }
constexpr

minimum number of nodes to process between two consecutive SSG splits

Definition at line 2220 of file parameters.hpp.