this->addOption(storm::settings::OptionBuilder(moduleName,exportDotOptionName,false,"If given, the loaded model will be written to the specified file in the dot format.").setIsAdvanced()
this->addOption(storm::settings::OptionBuilder(moduleName,exportDotOptionName,false,"If given, the loaded model will be written to the specified file in the dot format.").setIsAdvanced()
@ -63,6 +65,7 @@ namespace storm {
this->addOption(storm::settings::OptionBuilder(moduleName,exportMonotonicityName,false,"Exports the result of monotonicity checking to the given file.").setIsAdvanced().addArgument(storm::settings::ArgumentBuilder::createStringArgument("filename","The output file.").build()).build());
this->addOption(storm::settings::OptionBuilder(moduleName,exportMonotonicityName,false,"Exports the result of monotonicity checking to the given file.").setIsAdvanced().addArgument(storm::settings::ArgumentBuilder::createStringArgument("filename","The output file.").build()).build());
this->addOption(storm::settings::OptionBuilder(moduleName,exportExplicitOptionName,"","If given, the loaded model will be written to the specified file in the drn format.")
this->addOption(storm::settings::OptionBuilder(moduleName,exportExplicitOptionName,"","If given, the loaded model will be written to the specified file in the drn format.")
.addArgument(storm::settings::ArgumentBuilder::createStringArgument("filename","the name of the file to which the model is to be writen.").build()).build());
.addArgument(storm::settings::ArgumentBuilder::createStringArgument("filename","the name of the file to which the model is to be writen.").build()).build());
this->addOption(storm::settings::OptionBuilder(moduleName,preventDRNPlaceholderOptionName,true,"If given, the exported DRN contains no placeholders").setIsAdvanced().build());
this->addOption(storm::settings::OptionBuilder(moduleName,exportDdOptionName,"","If given, the loaded model will be written to the specified file in the drdd format.")
this->addOption(storm::settings::OptionBuilder(moduleName,exportDdOptionName,"","If given, the loaded model will be written to the specified file in the drdd format.")
.addArgument(storm::settings::ArgumentBuilder::createStringArgument("filename","the name of the file to which the model is to be writen.").build()).build());
.addArgument(storm::settings::ArgumentBuilder::createStringArgument("filename","the name of the file to which the model is to be writen.").build()).build());
this->addOption(storm::settings::OptionBuilder(moduleName,explicitOptionName,false,"Parses the model given in an explicit (sparse) representation.").setShortName(explicitOptionShortName)
this->addOption(storm::settings::OptionBuilder(moduleName,explicitOptionName,false,"Parses the model given in an explicit (sparse) representation.").setShortName(explicitOptionShortName)