Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
RegionVerificationSettings.h
Go to the documentation of this file.
1#pragma once
2
5
7
9 public:
11
12 bool isSplittingThresholdSet() const;
13
14 int getSplittingThreshold() const;
15
20
21 const static std::string moduleName;
22};
23
24} // namespace storm::settings::modules
This is the base class of the settings for a particular module.
storm::modelchecker::RegionCheckEngine getRegionCheckEngine() const
Retrieves which type of region check should be performed.
RegionCheckEngine
The considered engine for region checking.