Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
OviSolverEnvironment.h
Go to the documentation of this file.
1#pragma once
2
3#include <optional>
5
7
8namespace storm {
9
11 public:
14
15 std::optional<storm::RationalNumber> const& getUpperBoundGuessingFactor() const;
16
17 private:
18 std::optional<storm::RationalNumber> upperBoundGuessingFactor;
19};
20} // namespace storm
std::optional< storm::RationalNumber > const & getUpperBoundGuessingFactor() const
LabParser.cpp.
Definition cli.cpp:18