Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
FeasibilitySettings.h
Go to the documentation of this file.
1#pragma once
2
6
12 public:
14
19
27 double getOptimalValueGuarantee() const;
28
32 bool isAbsolutePrecisionSet() const;
33
37 bool isParameterDirectionSet() const;
38
43
44 const static std::string moduleName;
45};
46
47} // namespace storm::settings::modules
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.
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.