Storm
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
This is the base class of the settings for a particular module.
This class represents the settings for the optimistic value iteration solver.
LabParser.cpp.
Definition cli.cpp:18