this->addOption(storm::settings::OptionBuilder(moduleName,mecReductionOption,false,"Reduces the model size by analyzing maximal end components").build());
this->addOption(storm::settings::OptionBuilder(moduleName,fscmode,false,"Sets the way the pMC is obtained").addArgument(storm::settings::ArgumentBuilder::createStringArgument("type","type name").addValidatorString(ArgumentValidatorFactory::createMultipleChoiceValidator(fscModes)).setDefaultValueString("standard").build()).build());
this->addOption(storm::settings::OptionBuilder(moduleName,transformBinaryOption,false,"Transforms the pomdp to a binary pomdp.").build());
this->addOption(storm::settings::OptionBuilder(moduleName,transformSimpleOption,false,"Transforms the pomdp to a binary and simple pomdp.").build());
this->addOption(storm::settings::OptionBuilder(moduleName,allowSimplificationOption,false,"After obtaining a pMC, should further simplifications be applied?.").build());
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()