Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
RegionVerificationSettings.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
storm-pars/modelchecker/region/RegionCheckEngine.h
"
4
#include "
storm/settings/modules/ModuleSettings.h
"
5
6
namespace
storm::settings::modules
{
7
8
class
RegionVerificationSettings
:
public
ModuleSettings
{
9
public
:
10
RegionVerificationSettings
();
11
12
bool
isSplittingThresholdSet
()
const
;
13
14
int
getSplittingThreshold
()
const
;
15
19
storm::modelchecker::RegionCheckEngine
getRegionCheckEngine
()
const
;
20
21
const
static
std::string
moduleName
;
22
};
23
24
}
// namespace storm::settings::modules
ModuleSettings.h
RegionCheckEngine.h
storm::settings::modules::ModuleSettings
This is the base class of the settings for a particular module.
Definition
ModuleSettings.h:21
storm::settings::modules::RegionVerificationSettings
Definition
RegionVerificationSettings.h:8
storm::settings::modules::RegionVerificationSettings::isSplittingThresholdSet
bool isSplittingThresholdSet() const
Definition
RegionVerificationSettings.cpp:35
storm::settings::modules::RegionVerificationSettings::getSplittingThreshold
int getSplittingThreshold() const
Definition
RegionVerificationSettings.cpp:31
storm::settings::modules::RegionVerificationSettings::moduleName
static const std::string moduleName
Definition
RegionVerificationSettings.h:21
storm::settings::modules::RegionVerificationSettings::getRegionCheckEngine
storm::modelchecker::RegionCheckEngine getRegionCheckEngine() const
Retrieves which type of region check should be performed.
Definition
RegionVerificationSettings.cpp:39
storm::settings::modules::RegionVerificationSettings::RegionVerificationSettings
RegionVerificationSettings()
Definition
RegionVerificationSettings.cpp:15
storm::modelchecker::RegionCheckEngine
RegionCheckEngine
The considered engine for region checking.
Definition
RegionCheckEngine.h:10
storm::settings::modules
Definition
ConversionGeneralSettings.cpp:11
src
storm-pars
settings
modules
RegionVerificationSettings.h
Generated by
1.9.8