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

Parameters with prefix estimation/restarts. More...

Variables

constexpr Param< bool > COUNTONLYLEAVES { "estimation/restarts/countonlyleaves" }
 should only leaves count for the minnodes parameter?
 
constexpr Param< int > HITCOUNTERLIM { "estimation/restarts/hitcounterlim" }
 limit on the number of successive samples to really trigger a restart
 
constexpr Param< long long > MINNODES { "estimation/restarts/minnodes" }
 minimum number of nodes before restart
 
constexpr Param< bool > RESTARTACTPRICERS { "estimation/restarts/restartactpricers" }
 whether to apply a restart when active pricers are used
 
constexpr Param< double > RESTARTFACTOR { "estimation/restarts/restartfactor" }
 factor by which the estimated number of nodes should exceed the current number of nodes
 
constexpr Param< int > RESTARTLIMIT { "estimation/restarts/restartlimit" }
 restart limit
 
constexpr Param< bool > RESTARTNONLINEAR { "estimation/restarts/restartnonlinear" }
 whether to apply a restart when nonlinear constraints are present
 
constexpr Param< char > RESTARTPOLICY { "estimation/restarts/restartpolicy" }
 restart policy: (a)lways, (c)ompletion, (e)stimation, (n)ever
 

Detailed Description

Parameters with prefix estimation/restarts.

Variable Documentation

◆ COUNTONLYLEAVES

constexpr Param<bool> scippp::params::ESTIMATION::RESTARTS::COUNTONLYLEAVES { "estimation/restarts/countonlyleaves" }
constexpr

should only leaves count for the minnodes parameter?

Definition at line 2205 of file parameters.hpp.

◆ HITCOUNTERLIM

constexpr Param<int> scippp::params::ESTIMATION::RESTARTS::HITCOUNTERLIM { "estimation/restarts/hitcounterlim" }
constexpr

limit on the number of successive samples to really trigger a restart

Definition at line 2213 of file parameters.hpp.

◆ MINNODES

constexpr Param<long long> scippp::params::ESTIMATION::RESTARTS::MINNODES { "estimation/restarts/minnodes" }
constexpr

minimum number of nodes before restart

Definition at line 2203 of file parameters.hpp.

◆ RESTARTACTPRICERS

constexpr Param<bool> scippp::params::ESTIMATION::RESTARTS::RESTARTACTPRICERS { "estimation/restarts/restartactpricers" }
constexpr

whether to apply a restart when active pricers are used

Definition at line 2211 of file parameters.hpp.

◆ RESTARTFACTOR

constexpr Param<double> scippp::params::ESTIMATION::RESTARTS::RESTARTFACTOR { "estimation/restarts/restartfactor" }
constexpr

factor by which the estimated number of nodes should exceed the current number of nodes

Definition at line 2207 of file parameters.hpp.

◆ RESTARTLIMIT

constexpr Param<int> scippp::params::ESTIMATION::RESTARTS::RESTARTLIMIT { "estimation/restarts/restartlimit" }
constexpr

restart limit

Definition at line 2201 of file parameters.hpp.

◆ RESTARTNONLINEAR

constexpr Param<bool> scippp::params::ESTIMATION::RESTARTS::RESTARTNONLINEAR { "estimation/restarts/restartnonlinear" }
constexpr

whether to apply a restart when nonlinear constraints are present

Definition at line 2209 of file parameters.hpp.

◆ RESTARTPOLICY

constexpr Param<char> scippp::params::ESTIMATION::RESTARTS::RESTARTPOLICY { "estimation/restarts/restartpolicy" }
constexpr

restart policy: (a)lways, (c)ompletion, (e)stimation, (n)ever

Definition at line 2199 of file parameters.hpp.