this->addOption(storm::settings::OptionBuilder(moduleName,lookaheadHorizonOption,false,"In reachability in combination with a discrete ranking function, a lookahead is necessary.").addArgument(storm::settings::ArgumentBuilder::createUnsignedIntegerArgument("bound","The lookahead. Use 0 for the number of states.").setDefaultValueUnsignedInteger(0).build()).build());
this->addOption(storm::settings::OptionBuilder(moduleName,onlyDeterministicOption,false,"Search only for deterministic schedulers").build());
this->addOption(storm::settings::OptionBuilder(moduleName,winningRegionOption,false,"Search for the winning region").build());
this->addOption(storm::settings::OptionBuilder(moduleName,validationLevel,false,"Validate algorithm during runtime (for debugging)").addArgument(storm::settings::ArgumentBuilder::createUnsignedIntegerArgument("level","how regular to apply this validation. Use 0 for never, 1 for the end, and >=2 within computation steps.").setDefaultValueUnsignedInteger(0).build()).build());