|
Storm 1.14.0.1
A Modern Probabilistic Model Checker
|
#include <GurobiSolverEnvironment.h>
Public Member Functions | |
| GurobiSolverEnvironment () | |
| ~GurobiSolverEnvironment () | |
| storm::solver::GurobiSolverMethod const & | getMethod () const |
| void | setMethod (storm::solver::GurobiSolverMethod value) |
| uint64_t | getNumberOfThreads () const |
| void | setNumberOfThreads (uint64_t value) |
| uint64_t | getMIPFocus () const |
| void | setMIPFocus (uint64_t value) |
| uint64_t | getNumberOfConcurrentMipThreads () const |
| void | setNumberOfConcurrentMipThreads (uint64_t value) |
| double | getIntegerTolerance () const |
| void | setIntegerTolerance (double value) |
| bool | isOutputSet () const |
| void | setOutput (bool value) |
Definition at line 10 of file GurobiSolverEnvironment.h.
| storm::GurobiSolverEnvironment::GurobiSolverEnvironment | ( | ) |
Definition at line 9 of file GurobiSolverEnvironment.cpp.
| storm::GurobiSolverEnvironment::~GurobiSolverEnvironment | ( | ) |
Definition at line 19 of file GurobiSolverEnvironment.cpp.
| double storm::GurobiSolverEnvironment::getIntegerTolerance | ( | ) | const |
Definition at line 55 of file GurobiSolverEnvironment.cpp.
| storm::solver::GurobiSolverMethod const & storm::GurobiSolverEnvironment::getMethod | ( | ) | const |
Definition at line 23 of file GurobiSolverEnvironment.cpp.
| uint64_t storm::GurobiSolverEnvironment::getMIPFocus | ( | ) | const |
Definition at line 39 of file GurobiSolverEnvironment.cpp.
| uint64_t storm::GurobiSolverEnvironment::getNumberOfConcurrentMipThreads | ( | ) | const |
Definition at line 47 of file GurobiSolverEnvironment.cpp.
| uint64_t storm::GurobiSolverEnvironment::getNumberOfThreads | ( | ) | const |
Definition at line 31 of file GurobiSolverEnvironment.cpp.
| bool storm::GurobiSolverEnvironment::isOutputSet | ( | ) | const |
Definition at line 63 of file GurobiSolverEnvironment.cpp.
| void storm::GurobiSolverEnvironment::setIntegerTolerance | ( | double | value | ) |
Definition at line 59 of file GurobiSolverEnvironment.cpp.
| void storm::GurobiSolverEnvironment::setMethod | ( | storm::solver::GurobiSolverMethod | value | ) |
Definition at line 27 of file GurobiSolverEnvironment.cpp.
| void storm::GurobiSolverEnvironment::setMIPFocus | ( | uint64_t | value | ) |
Definition at line 43 of file GurobiSolverEnvironment.cpp.
| void storm::GurobiSolverEnvironment::setNumberOfConcurrentMipThreads | ( | uint64_t | value | ) |
Definition at line 51 of file GurobiSolverEnvironment.cpp.
| void storm::GurobiSolverEnvironment::setNumberOfThreads | ( | uint64_t | value | ) |
Definition at line 35 of file GurobiSolverEnvironment.cpp.
| void storm::GurobiSolverEnvironment::setOutput | ( | bool | value | ) |
Definition at line 67 of file GurobiSolverEnvironment.cpp.