this->addOption(storm::settings::OptionBuilder(moduleName,intervalIterationSymmetricUpdatesOptionName,false,"If set, interval iteration performs an update on both, lower and upper bound in each iteration").build());
this->addOption(storm::settings::OptionBuilder(moduleName,forceBoundsOptionName,false,"If set, minmax solver always require that a priori bounds for the solution are computed.").build());
this->addOption(storm::settings::OptionBuilder(moduleName,powerMethodMultiplicationStyleOptionName,false,"Sets which method multiplication style to prefer for the power method.")
.addArgument(storm::settings::ArgumentBuilder::createStringArgument("name","The name of a multiplication style.").addValidatorString(ArgumentValidatorFactory::createMultipleChoiceValidator(multiplicationStyles)).setDefaultValueString("gaussseidel").build()).build());
this->addOption(storm::settings::OptionBuilder(moduleName,forceBoundsOptionName,false,"If set, the equation solver always require that a priori bounds for the solution are computed.").build());
this->addOption(storm::settings::OptionBuilder(moduleName,powerMethodSymmetricUpdatesOptionName,false,"If set, interval iteration performs an update on both, lower and upper bound in each iteration").build());
this->addOption(storm::settings::OptionBuilder(moduleName,intervalIterationSymmetricUpdatesOptionName,false,"If set, interval iteration performs an update on both, lower and upper bound in each iteration").build());