3#include "storm-config.h"
43 static const std::string filterRewZeroOptionName;
44 static const std::string ltl2daToolOptionName;
This class represents the general settings.
ModelCheckerSettings()
Creates a new set of general settings.
bool isFilterRewZeroSet() const
bool isLtl2daToolSet() const
Retrieves whether the external ltl2da tool has been set.
static const std::string moduleName
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.