Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
StateSet.cpp
Go to the documentation of this file.
4
5namespace storm::gbar {
6namespace abstraction {
7
8bool StateSet::isSymbolic() const {
9 return false;
10}
11
12template<storm::dd::DdType Type>
14 return static_cast<SymbolicStateSet<Type> const&>(*this);
15}
16
17template<storm::dd::DdType Type>
21
24
27
28} // namespace abstraction
29} // namespace storm::gbar
virtual bool isSymbolic() const
Definition StateSet.cpp:8
SymbolicStateSet< Type > const & asSymbolicStateSet() const