Storm 1.13.0.1
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
16class ToParametricSettings : public ModuleSettings {
17 public:
21 ToParametricSettings();
22
23 virtual ~ToParametricSettings() = default;
24
25 bool isMecReductionSet() const;
26 bool isTransformSimpleSet() const;
27 bool isTransformBinarySet() const;
28 bool allowPostSimplifications() const;
29 std::string getFscApplicationTypeString() const;
30
31 bool check() const override;
32 void finalize() override;
33
34 // The name of the module.
35 static const std::string moduleName;
36
37 private:
38};
39
40} // namespace modules
41} // namespace settings
42} // namespace storm
This is the base class of the settings for a particular module.
helper::MDPSparseModelCheckingHelperReturnType< ValueType > check(Environment const &, SparseModelType const &model, CheckTask< storm::logic::MultiObjectiveFormula, ValueType > const &checkTask, CheckFormulaCallback const &formulaChecker)
check a lexicographic LTL-formula