Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
StateSet.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace storm::gbar {
6namespace abstraction {
7
8template<storm::dd::DdType Type>
9class SymbolicStateSet;
10
11class StateSet {
12 public:
13 virtual ~StateSet() = default;
14
15 virtual bool isSymbolic() const;
16
17 template<storm::dd::DdType Type>
19
20 template<storm::dd::DdType Type>
22};
23
24} // namespace abstraction
25} // namespace storm::gbar
virtual bool isSymbolic() const
Definition StateSet.cpp:8
SymbolicStateSet< Type > const & asSymbolicStateSet() const