Storm 1.11.1.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
RegionVerificationSettings.h
Go to the documentation of this file.
1#pragma once
2
6
8
10 public:
12
13 bool isSplittingThresholdSet() const;
14
15 int getSplittingThreshold() const;
16
21
26
30 std::optional<storm::modelchecker::RegionSplitEstimateKind> getRegionSplittingEstimateMethod() const;
31
32 const static std::string moduleName;
33};
34
35} // namespace storm::settings::modules
This is the base class of the settings for a particular module.
std::optional< storm::modelchecker::RegionSplitEstimateKind > getRegionSplittingEstimateMethod() const
Retrieves which type of region splitting strategy should be used.
storm::modelchecker::RegionCheckEngine getRegionCheckEngine() const
Retrieves which type of region check should be performed.
storm::modelchecker::RegionSplittingStrategy::Heuristic getRegionSplittingHeuristic() const
Retrieves which type of region splitting strategy should be used.
RegionCheckEngine
The considered engine for region checking.