Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
HintSettings.h
Go to the documentation of this file.
1#pragma once
2
3#include "storm-config.h"
5
6namespace storm {
7namespace settings {
8namespace modules {
9
14 public:
19
23 bool isNumberStatesSet() const;
24
25 uint64_t getNumberStates() const;
26
27 bool check() const override;
28
29 void finalize() override;
30
31 // The name of the module.
32 static const std::string moduleName;
33};
34
35} // namespace modules
36} // namespace settings
37} // namespace storm
HintSettings()
Creates a new set of transformer settings.
void finalize() override
Prepares the modules for further usage, should be called at the end of the initialization,...
static const std::string moduleName
bool isNumberStatesSet() const
Retrieves whether the option that estimates the number of states is set.
bool check() const override
Checks whether the settings are consistent.
ModuleSettings(std::string const &moduleName)
Constructs a new settings object.