Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ParsSettings.cpp
Go to the documentation of this file.
2
34
35namespace storm {
36namespace settings {
37void initializeParsSettings(std::string const& name, std::string const& executableName) {
38 storm::settings::mutableManager().setName(name, executableName);
39
40 // Register relevant settings modules.
70
72}
73
74} // namespace settings
75} // namespace storm
void setName(std::string const &name, std::string const &executableName)
Sets the name of the tool.
void initializeParsSettings(std::string const &name, std::string const &executableName)
void addModule(bool doRegister=true)
Add new module to use for the settings.
SettingsManager & mutableManager()
Retrieves the settings manager.