Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
DftSettings.cpp
Go to the documentation of this file.
2
6
32
33namespace storm::dft {
34namespace settings {
35
36void initializeDftSettings(std::string const& name, std::string const& executableName) {
37 storm::settings::mutableManager().setName(name, executableName);
38
39 // Register relevant settings modules.
48
61 // storm::settings::addModule<storm::settings::modules::BisimulationSettings>();
63
64 // For translation into JANI via GSPN.
68
69 // For Decision Diagrams
72}
73
74} // namespace settings
75} // namespace storm::dft
void setName(std::string const &name, std::string const &executableName)
Sets the name of the tool.
void initializeDftSettings(std::string const &name, std::string const &executableName)
SettingsType const & getModule()
Get module.
SettingsManager & mutableManager()
Retrieves the settings manager.