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