this->addOption(storm::settings::OptionBuilder(moduleName,filterRewZeroOptionName,false,"If set, states with reward zero are filtered out, potentially reducing the size of the equation system").setIsAdvanced().build());
this->addOption(storm::settings::OptionBuilder(moduleName,ltl2daName,false,"If set, use an external tool to convert LTL formulas to state-based deterministic automata in HOA format").setIsAdvanced().addArgument(storm::settings::ArgumentBuilder::createStringArgument("filename","A script that can be called with a prefix formula and a name for the output automaton.").build()).build());