Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
OviSolverSettings.h
Go to the documentation of this file.
1#pragma once
2
3#include "storm-config.h"
5
6namespace storm {
7namespace settings {
8namespace modules {
9
14 public:
16
21
25 double getUpperBoundGuessingFactor() const;
26
27 // The name of the module.
28 static const std::string moduleName;
29
30 private:
31 static const std::string upperBoundGuessingFactorOptionName;
32};
33
34} // namespace modules
35} // namespace settings
36} // namespace storm
ModuleSettings(std::string const &moduleName)
Constructs a new settings object.