Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
PomdpSettings.cpp
Go to the documentation of this file.
2
4
30
35
36namespace storm {
37namespace settings {
38void initializePomdpSettings(std::string const& name, std::string const& executableName) {
39 storm::settings::mutableManager().setName(name, executableName);
40
47
52
70}
71} // namespace settings
72} // 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.
void addModule(bool doRegister=true)
Add new module to use for the settings.
SettingsManager & mutableManager()
Retrieves the settings manager.