Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SymbolicQualitativeResult.h
Go to the documentation of this file.
1#pragma once
2
4
7
8namespace storm {
9namespace dd {
10template<storm::dd::DdType Type>
11class Bdd;
12}
13} // namespace storm
14
15namespace storm::gbar {
16namespace abstraction {
17
18template<storm::dd::DdType Type>
20 public:
21 virtual ~SymbolicQualitativeResult() = default;
22
23 virtual storm::dd::Bdd<Type> const& getStates() const = 0;
24};
25
26} // namespace abstraction
27} // namespace storm::gbar
virtual storm::dd::Bdd< Type > const & getStates() const =0
SFTBDDChecker::Bdd Bdd
LabParser.cpp.
Definition cli.cpp:18