Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
PrismExportSettings.h
Go to the documentation of this file.
1#pragma once
2
3#include "storm-config.h"
5
6namespace storm {
7namespace settings {
8namespace modules {
10 public:
15
16 bool isExportFlattenedSet() const;
17 bool isSimplifySet() const;
18
19 bool check() const override;
20 void finalize() override;
21
22 static const std::string moduleName;
23
24 private:
25 static const std::string exportFlattenOptionName;
26 static const std::string exportSimplifyOptionName;
27};
28} // namespace modules
29} // namespace settings
30} // namespace storm
This is the base class of the settings for a particular module.
bool check() const override
Checks whether the settings are consistent.
PrismExportSettings()
Creates a new PrismExport setting.
void finalize() override
Prepares the modules for further usage, should be called at the end of the initialization,...
LabParser.cpp.
Definition cli.cpp:18