Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
MultiplierEnvironment.cpp
Go to the documentation of this file.
2
7
8namespace storm {
9
12 type = multiplierSettings.getMultiplierType();
13 typeSetFromDefault = multiplierSettings.isMultiplierTypeSetFromDefaultValue();
14}
15
17 // Intentionally left empty
18}
19
20storm::solver::MultiplierType const& MultiplierEnvironment::getType() const {
21 return type;
22}
23
25 return typeSetFromDefault;
26}
27
28void MultiplierEnvironment::setType(storm::solver::MultiplierType value, bool isSetFromDefault) {
29 type = value;
30 typeSetFromDefault = isSetFromDefault;
31}
32
33} // namespace storm
void setType(storm::solver::MultiplierType value, bool isSetFromDefault=false)
bool const & isTypeSetFromDefault() const
storm::solver::MultiplierType const & getType() const
SettingsType const & getModule()
Get module.
LabParser.cpp.
Definition cli.cpp:18