Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
InternalSignatureRefiner.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace storm {
7namespace dd {
8namespace bisimulation {
9
10template<storm::dd::DdType DdType, typename ValueType>
12
20
22 public:
24 ReuseWrapper(bool value);
25
26 bool isReused() const;
27 void setReused();
28
29 private:
30 bool value;
31};
32
33} // namespace bisimulation
34} // namespace dd
35} // namespace storm
InternalSignatureRefinerOptions(bool shiftStateVariables, BisimulationOptions const &bisimulationOptions)