this->addOption(storm::settings::OptionBuilder(moduleName,regionfileOptionName,true,"Specifies the regions via a file. Format: 0.3<=p<=0.4,0.2<=q<=0.5; 0.6<=p<=0.7,0.8<=q<=0.9")
.addArgument(storm::settings::ArgumentBuilder::createStringArgument("filename","The file from which to read the regions.")
this->addOption(storm::settings::OptionBuilder(moduleName,solverCommandOption,true,"If set, this command is used to call the solver and to let the solver know that it should read SMT-LIBv2 commands from standard input. If not set, only a SMT-LIB script file might be exported.").addArgument(storm::settings::ArgumentBuilder::createStringArgument("command","path to the solver + command line arguments.").setDefaultValueString("").build()).build());
this->addOption(storm::settings::OptionBuilder(moduleName,exportScriptOption,true,"If set, the SMT-LIBv2 script will be exportet to this file.").addArgument(storm::settings::ArgumentBuilder::createStringArgument("path","path and filename to the location where the script file should be exportet to").setDefaultValueString("").build()).build());