this->addOption(storm::settings::OptionBuilder(moduleName,exportResultOptionName,false,"A path to a file where the parametric result should be saved.")
@ -32,6 +34,8 @@ namespace storm {
.addArgument(storm::settings::ArgumentBuilder::createStringArgument("samples","The samples are semicolon-separated entries of the form 'Var1=Val1:Val2:...:Valk,Var2=... that span the sample spaces.").setDefaultValueString("").build()).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,monotonicityAnalysis,false,"Sets whether monotonicity analysis is done").build());
this->addOption(storm::settings::OptionBuilder(moduleName,validateAssumptions,false,"Sets whether assumptions made in monotonicity analysis are validated").build());