Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
PartitionSettings.h
Go to the documentation of this file.
1#pragma once
2
4
10 public:
16 double getCoverageThreshold() const;
17
21 bool isDepthLimitSet() const;
22
27 uint64_t getDepthLimit() const;
28
32 bool isPrintNoIllustrationSet() const;
33
37 bool isPrintFullResultSet() const;
38
39 const static std::string moduleName;
40};
41} // namespace storm::settings::modules
This is the base class of the settings for a particular module.
This class represents the settings for parametric model checking.
bool isPrintNoIllustrationSet() const
Retrieves whether no illustration of the result should be printed.
bool isDepthLimitSet() const
Retrieves whether a depth threshold has been set for refinement.
uint64_t getDepthLimit() const
Returns the depth threshold (if set).
double getCoverageThreshold() const
Retrieves the threshold considered for iterative region refinement.
bool isPrintFullResultSet() const
Retrieves whether the full result should be printed.
SettingsType const & getModule()
Get module.