Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ToParametricSettings.h
Go to the documentation of this file.
1#pragma once
2
3#pragma once
4
5#include "storm-config.h"
8
9namespace storm {
10namespace settings {
11namespace modules {
12
17 public:
22
23 virtual ~ToParametricSettings() = default;
24
26 std::string getExportToParametricFilename() const;
27
29
30 bool isMecReductionSet() const;
31 bool isTransformSimpleSet() const;
32 bool isTransformBinarySet() const;
33 bool allowPostSimplifications() const;
34 std::string getFscApplicationTypeString() const;
35
36 bool check() const override;
37 void finalize() override;
38
39 // The name of the module.
40 static const std::string moduleName;
41
42 private:
43};
44
45} // namespace modules
46} // namespace settings
47} // namespace storm
This is the base class of the settings for a particular module.
This class represents the settings for POMDP model checking.
ToParametricSettings()
Creates a new set of POMDP settings.
bool check() const override
Checks whether the settings are consistent.
void finalize() override
Prepares the modules for further usage, should be called at the end of the initialization,...
LabParser.cpp.
Definition cli.cpp:18