Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SymbolicStateSet.cpp
Go to the documentation of this file.
3
4namespace storm::gbar {
5namespace abstraction {
6
7template<storm::dd::DdType Type>
9 // Intentionally left empty.
10}
11
12template<storm::dd::DdType Type>
14 return true;
15}
16
17template<storm::dd::DdType Type>
19 return states;
20}
21
24
25} // namespace abstraction
26} // namespace storm::gbar
storm::dd::Bdd< Type > const & getStates() const
SymbolicStateSet(storm::dd::Bdd< Type > const &states)