Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
TopologicalSolverEnvironment.h
Go to the documentation of this file.
1#pragma once
2
4
6
7namespace storm {
8
10 public:
13
14 storm::solver::EquationSolverType const& getUnderlyingEquationSolverType() const;
16 void setUnderlyingEquationSolverType(storm::solver::EquationSolverType value);
17
18 storm::solver::MinMaxMethod const& getUnderlyingMinMaxMethod() const;
20 void setUnderlyingMinMaxMethod(storm::solver::MinMaxMethod value);
21
22 bool isExtendRelevantValues() const;
23 void setExtendRelevantValues(bool value);
24
25 private:
26 storm::solver::EquationSolverType underlyingEquationSolverType;
27 bool underlyingEquationSolverTypeSetFromDefault;
28
29 storm::solver::MinMaxMethod underlyingMinMaxMethod;
30 bool underlyingMinMaxMethodSetFromDefault;
31 bool extendRelevantValues;
32};
33} // namespace storm
storm::solver::MinMaxMethod const & getUnderlyingMinMaxMethod() const
void setUnderlyingMinMaxMethod(storm::solver::MinMaxMethod value)
storm::solver::EquationSolverType const & getUnderlyingEquationSolverType() const
void setUnderlyingEquationSolverType(storm::solver::EquationSolverType value)
LabParser.cpp.
Definition cli.cpp:18