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

Parameters with prefix parallel. More...

Variables

constexpr Param< int > MAXNTHREADS { "parallel/maxnthreads" }
 the maximum number of threads used during parallel solve
 
constexpr Param< int > MINNTHREADS { "parallel/minnthreads" }
 the minimum number of threads used during parallel solve
 
constexpr Param< int > MODE { "parallel/mode" }
 parallel optimisation mode, 0: opportunistic or 1: deterministic.
 

Detailed Description

Parameters with prefix parallel.

Variable Documentation

◆ MAXNTHREADS

constexpr Param<int> scippp::params::PARALLEL::MAXNTHREADS { "parallel/maxnthreads" }
constexpr

the maximum number of threads used during parallel solve

Definition at line 4695 of file parameters.hpp.

◆ MINNTHREADS

constexpr Param<int> scippp::params::PARALLEL::MINNTHREADS { "parallel/minnthreads" }
constexpr

the minimum number of threads used during parallel solve

Definition at line 4693 of file parameters.hpp.

◆ MODE

constexpr Param<int> scippp::params::PARALLEL::MODE { "parallel/mode" }
constexpr

parallel optimisation mode, 0: opportunistic or 1: deterministic.

Definition at line 4691 of file parameters.hpp.