Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ModelCheckerSettings.h
Go to the documentation of this file.
1#pragma once
2
3#include "storm-config.h"
5
7
8namespace storm {
9namespace settings {
10namespace modules {
11
16 public:
21
22 bool isFilterRewZeroSet() const;
23
29 bool isLtl2daToolSet() const;
30
36 std::string getLtl2daTool() const;
37
38 // The name of the module.
39 static const std::string moduleName;
40
41 private:
42 // Define the string names of the options as constants.
43 static const std::string filterRewZeroOptionName;
44 static const std::string ltl2daToolOptionName;
45};
46
47} // namespace modules
48} // namespace settings
49} // namespace storm
This class represents the general settings.
ModelCheckerSettings()
Creates a new set of general settings.
bool isLtl2daToolSet() const
Retrieves whether the external ltl2da tool has been set.
std::string getLtl2daTool() const
Retrieves the external ltl2da tool that is used for converting LTL formulas to deterministic automata...
This is the base class of the settings for a particular module.
LabParser.cpp.
Definition cli.cpp:18