Storm
A Modern Probabilistic Model Checker
|
#include <TopologicalSolverEnvironment.h>
Public Member Functions | |
TopologicalSolverEnvironment () | |
~TopologicalSolverEnvironment () | |
storm::solver::EquationSolverType const & | getUnderlyingEquationSolverType () const |
bool const & | isUnderlyingEquationSolverTypeSetFromDefault () const |
void | setUnderlyingEquationSolverType (storm::solver::EquationSolverType value) |
storm::solver::MinMaxMethod const & | getUnderlyingMinMaxMethod () const |
bool const & | isUnderlyingMinMaxMethodSetFromDefault () const |
void | setUnderlyingMinMaxMethod (storm::solver::MinMaxMethod value) |
bool | isExtendRelevantValues () const |
void | setExtendRelevantValues (bool value) |
Definition at line 9 of file TopologicalSolverEnvironment.h.
storm::TopologicalSolverEnvironment::TopologicalSolverEnvironment | ( | ) |
Definition at line 11 of file TopologicalSolverEnvironment.cpp.
storm::TopologicalSolverEnvironment::~TopologicalSolverEnvironment | ( | ) |
Definition at line 21 of file TopologicalSolverEnvironment.cpp.
storm::solver::EquationSolverType const & storm::TopologicalSolverEnvironment::getUnderlyingEquationSolverType | ( | ) | const |
Definition at line 25 of file TopologicalSolverEnvironment.cpp.
storm::solver::MinMaxMethod const & storm::TopologicalSolverEnvironment::getUnderlyingMinMaxMethod | ( | ) | const |
Definition at line 40 of file TopologicalSolverEnvironment.cpp.
bool storm::TopologicalSolverEnvironment::isExtendRelevantValues | ( | ) | const |
Definition at line 55 of file TopologicalSolverEnvironment.cpp.
bool const & storm::TopologicalSolverEnvironment::isUnderlyingEquationSolverTypeSetFromDefault | ( | ) | const |
Definition at line 29 of file TopologicalSolverEnvironment.cpp.
bool const & storm::TopologicalSolverEnvironment::isUnderlyingMinMaxMethodSetFromDefault | ( | ) | const |
Definition at line 44 of file TopologicalSolverEnvironment.cpp.
void storm::TopologicalSolverEnvironment::setExtendRelevantValues | ( | bool | value | ) |
Definition at line 59 of file TopologicalSolverEnvironment.cpp.
void storm::TopologicalSolverEnvironment::setUnderlyingEquationSolverType | ( | storm::solver::EquationSolverType | value | ) |
Definition at line 33 of file TopologicalSolverEnvironment.cpp.
void storm::TopologicalSolverEnvironment::setUnderlyingMinMaxMethod | ( | storm::solver::MinMaxMethod | value | ) |
Definition at line 48 of file TopologicalSolverEnvironment.cpp.