Storm 1.14.0.1
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
29 bool isSampleDerivativeSet() const;
30
31 static const std::string moduleName;
32};
33
34} // namespace storm::settings::modules
ModuleSettings(std::string const &moduleName)
Constructs a new settings object.
bool isSampleDerivativeSet() const
Retrieves whether samples are to be from the derivative.
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,...