Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ConditionalModelCheckerEnvironment.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace storm {
7
9 public:
12
15
16 storm::RationalNumber getPrecision() const;
17 bool isPrecisionSetFromDefault() const;
18 void setPrecision(storm::RationalNumber const& value, bool setFromDefault);
19
20 bool isRelativePrecision() const;
21 void setRelativePrecision(bool value);
22
23 private:
25 storm::RationalNumber precision;
26 bool precisionSetFromDefault;
27 bool relative;
28};
29
30} // namespace storm
void setPrecision(storm::RationalNumber const &value, bool setFromDefault)