Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
PomdpSettings.cpp
Go to the documentation of this file.
2
4
31
36
37namespace storm {
38namespace settings {
39void initializePomdpSettings(std::string const& name, std::string const& executableName) {
40 storm::settings::mutableManager().setName(name, executableName);
41
48
53
71}
72} // namespace settings
73} // namespace storm
void setName(std::string const &name, std::string const &executableName)
Sets the name of the tool.
void initializePomdpSettings(std::string const &name, std::string const &executableName)
Initialize the settings manager.
SettingsType const & getModule()
Get module.
SettingsManager & mutableManager()
Retrieves the settings manager.
LabParser.cpp.
Definition cli.cpp:18