Storm
A Modern Probabilistic Model Checker
|
#include <GameSolverEnvironment.h>
Public Member Functions | |
GameSolverEnvironment () | |
~GameSolverEnvironment () | |
storm::solver::GameMethod const & | getMethod () const |
bool const & | isMethodSetFromDefault () const |
void | setMethod (storm::solver::GameMethod value) |
uint64_t const & | getMaximalNumberOfIterations () const |
void | setMaximalNumberOfIterations (uint64_t value) |
storm::RationalNumber const & | getPrecision () const |
void | setPrecision (storm::RationalNumber value) |
bool const & | getRelativeTerminationCriterion () const |
void | setRelativeTerminationCriterion (bool value) |
storm::solver::MultiplicationStyle const & | getMultiplicationStyle () const |
void | setMultiplicationStyle (storm::solver::MultiplicationStyle value) |
Definition at line 11 of file GameSolverEnvironment.h.
storm::GameSolverEnvironment::GameSolverEnvironment | ( | ) |
Definition at line 10 of file GameSolverEnvironment.cpp.
storm::GameSolverEnvironment::~GameSolverEnvironment | ( | ) |
Definition at line 28 of file GameSolverEnvironment.cpp.
uint64_t const & storm::GameSolverEnvironment::getMaximalNumberOfIterations | ( | ) | const |
Definition at line 45 of file GameSolverEnvironment.cpp.
storm::solver::GameMethod const & storm::GameSolverEnvironment::getMethod | ( | ) | const |
Definition at line 32 of file GameSolverEnvironment.cpp.
storm::solver::MultiplicationStyle const & storm::GameSolverEnvironment::getMultiplicationStyle | ( | ) | const |
storm::RationalNumber const & storm::GameSolverEnvironment::getPrecision | ( | ) | const |
Definition at line 53 of file GameSolverEnvironment.cpp.
bool const & storm::GameSolverEnvironment::getRelativeTerminationCriterion | ( | ) | const |
Definition at line 61 of file GameSolverEnvironment.cpp.
bool const & storm::GameSolverEnvironment::isMethodSetFromDefault | ( | ) | const |
Definition at line 36 of file GameSolverEnvironment.cpp.
void storm::GameSolverEnvironment::setMaximalNumberOfIterations | ( | uint64_t | value | ) |
Definition at line 49 of file GameSolverEnvironment.cpp.
void storm::GameSolverEnvironment::setMethod | ( | storm::solver::GameMethod | value | ) |
Definition at line 40 of file GameSolverEnvironment.cpp.
void storm::GameSolverEnvironment::setMultiplicationStyle | ( | storm::solver::MultiplicationStyle | value | ) |
void storm::GameSolverEnvironment::setPrecision | ( | storm::RationalNumber | value | ) |
Definition at line 57 of file GameSolverEnvironment.cpp.
void storm::GameSolverEnvironment::setRelativeTerminationCriterion | ( | bool | value | ) |
Definition at line 65 of file GameSolverEnvironment.cpp.