Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ConvSettings.cpp
Go to the documentation of this file.
2
8
10
11namespace storm {
12namespace settings {
13void initializeConvSettings(std::string const& name, std::string const& executableName) {
14 storm::settings::mutableManager().setName(name, executableName);
15
16 // Register relevant settings modules.
17 storm::settings::addModule<storm::settings::modules::ConversionGeneralSettings>();
18 storm::settings::addModule<storm::settings::modules::ConversionInputSettings>();
19 storm::settings::addModule<storm::settings::modules::ConversionOutputSettings>();
20 storm::settings::addModule<storm::settings::modules::JaniExportSettings>();
21 storm::settings::addModule<storm::settings::modules::PrismExportSettings>();
22}
23
24} // namespace settings
25} // namespace storm
void setName(std::string const &name, std::string const &executableName)
Sets the name of the tool.
void initializeConvSettings(std::string const &name, std::string const &executableName)
SettingsManager & mutableManager()
Retrieves the settings manager.
LabParser.cpp.
Definition cli.cpp:18