This class represents the settings for parametric model checking.
storm::pars::FeasibilityMethod getFeasibilityMethod() const
Get the feasibility method to be used.
double getOptimalValueGuarantee() const
Retrieves the precision for the extremal value.
bool isParameterDirectionSet() const
Retrieves whether an extremal value is to be computed.
bool hasOptimalValueGuaranteeBeenSet() const
Retrieves whether an optimal value guarantee has been provided.
static const std::string moduleName
storm::solver::OptimizationDirection getParameterDirection() const
Retrieves whether to minimize or maximize over parameters.
bool isAbsolutePrecisionSet() const
Should the guarantee for the optimal value be absolute or relative.
This is the base class of the settings for a particular module.