Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ParsSettings.cpp
Go to the documentation of this file.
2
10
12
36
37namespace storm {
38namespace settings {
39void initializeParsSettings(std::string const& name, std::string const& executableName) {
40 storm::settings::mutableManager().setName(name, executableName);
41
42 // Register relevant settings modules.
72
74}
75
76} // namespace settings
77} // 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)
SettingsType const & getModule()
Get module.
SettingsManager & mutableManager()
Retrieves the settings manager.
LabParser.cpp.
Definition cli.cpp:18