Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ModelCheckerHint.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace storm {
6namespace modelchecker {
7
8template<typename ValueType>
9class ExplicitModelCheckerHint;
10
16 public:
17 ModelCheckerHint() = default;
18 virtual ~ModelCheckerHint() = default;
19
20 // Returns true iff this hint does not contain any information.
21 virtual bool isEmpty() const;
22
23 // Returns true iff this is an explicit model checker hint.
24 virtual bool isExplicitModelCheckerHint() const;
25
26 template<typename ValueType>
28
29 template<typename ValueType>
31};
32
33} // namespace modelchecker
34} // namespace storm
This class contains information that might accelerate the model checking process.
This class contains information that might accelerate the model checking process.
ExplicitModelCheckerHint< ValueType > const & asExplicitModelCheckerHint() const
ExplicitModelCheckerHint< ValueType > & asExplicitModelCheckerHint()
LabParser.cpp.
Definition cli.cpp:18