|
Storm 1.14.0.1
A Modern Probabilistic Model Checker
|
#include <GlpkSolverEnvironment.h>
Public Member Functions | |
| GlpkSolverEnvironment () | |
| ~GlpkSolverEnvironment () | |
| double | getIntegerTolerance () const |
| void | setIntegerTolerance (double value) |
| bool | isMILPPresolverEnabled () const |
| void | setMILPPresolverEnabled (bool value) |
| bool | isOutputSet () const |
| void | setOutput (bool value) |
Definition at line 5 of file GlpkSolverEnvironment.h.
| storm::GlpkSolverEnvironment::GlpkSolverEnvironment | ( | ) |
Definition at line 8 of file GlpkSolverEnvironment.cpp.
| storm::GlpkSolverEnvironment::~GlpkSolverEnvironment | ( | ) |
Definition at line 15 of file GlpkSolverEnvironment.cpp.
| double storm::GlpkSolverEnvironment::getIntegerTolerance | ( | ) | const |
Definition at line 19 of file GlpkSolverEnvironment.cpp.
| bool storm::GlpkSolverEnvironment::isMILPPresolverEnabled | ( | ) | const |
Definition at line 27 of file GlpkSolverEnvironment.cpp.
| bool storm::GlpkSolverEnvironment::isOutputSet | ( | ) | const |
Definition at line 35 of file GlpkSolverEnvironment.cpp.
| void storm::GlpkSolverEnvironment::setIntegerTolerance | ( | double | value | ) |
Definition at line 23 of file GlpkSolverEnvironment.cpp.
| void storm::GlpkSolverEnvironment::setMILPPresolverEnabled | ( | bool | value | ) |
Definition at line 31 of file GlpkSolverEnvironment.cpp.
| void storm::GlpkSolverEnvironment::setOutput | ( | bool | value | ) |
Definition at line 39 of file GlpkSolverEnvironment.cpp.