Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SamplingSettings.h
Go to the documentation of this file.
1#pragma once
3
5
7 public:
14 std::string getSamples() const;
15
20
24 bool isSampleExactSet() const;
25
26 static const std::string moduleName;
27};
28
29} // namespace storm::settings::modules
This is the base class of the settings for a particular module.
bool isSampleExactSet() const
Retrieves whether samples are to be computed exactly.
bool isSamplesAreGraphPreservingSet() const
Retrieves whether the samples are graph preserving.
std::string getSamples() const
Retrieves the samples as a comma-separated list of samples for each (relevant) variable,...