Storm
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
This is the base class of the settings for a particular module.
This class represents the multiplier settings.
storm::solver::MultiplierType getMultiplierType() const
LabParser.cpp.
Definition cli.cpp:18