this->addOption(storm::settings::OptionBuilder(moduleName,samplesGraphPreservingOptionName,false,"Sets whether it can be assumed that the samples are graph-preserving.").build());
this->addOption(storm::settings::OptionBuilder(moduleName,samplesGraphPreservingOptionName,false,"Sets whether it can be assumed that the samples are graph-preserving.").build());
this->addOption(storm::settings::OptionBuilder(moduleName,sampleExactOptionName,false,"Sets whether to sample using exact arithmetic.").build());
this->addOption(storm::settings::OptionBuilder(moduleName,sampleExactOptionName,false,"Sets whether to sample using exact arithmetic.").build());
this->addOption(storm::settings::OptionBuilder(moduleName,monotonicityAnalysis,false,"Sets whether monotonicity analysis is done").build());
this->addOption(storm::settings::OptionBuilder(moduleName,monotonicityAnalysis,false,"Sets whether monotonicity analysis is done").build());
this->addOption(storm::settings::OptionBuilder(moduleName,sccElimination,false,"Sets whether SCCs should be eliminated").build());
this->addOption(storm::settings::OptionBuilder(moduleName,validateAssumptions,false,"Sets whether assumptions made in monotonicity analysis are validated").build());
this->addOption(storm::settings::OptionBuilder(moduleName,validateAssumptions,false,"Sets whether assumptions made in monotonicity analysis are validated").build());