Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
MultiplierSettings.h
Go to the documentation of this file.
1#pragma once
2
3#include "storm-config.h"
5
8
9namespace storm {
10namespace settings {
11namespace modules {
12
17 public:
19
20 storm::solver::MultiplierType getMultiplierType() const;
21
23
24 // The name of the module.
25 static const std::string moduleName;
26
27 private:
28 static const std::string multiplierTypeOptionName;
29};
30
31} // namespace modules
32} // namespace settings
33} // namespace storm
ModuleSettings(std::string const &moduleName)
Constructs a new settings object.
storm::solver::MultiplierType getMultiplierType() const