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. | |
Parameters with prefix parallel.
|
constexpr |
the maximum number of threads used during parallel solve
Definition at line 5117 of file parameters.hpp.
|
constexpr |
the minimum number of threads used during parallel solve
Definition at line 5115 of file parameters.hpp.
|
constexpr |
parallel optimisation mode, 0: opportunistic or 1: deterministic.
Definition at line 5113 of file parameters.hpp.