Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
Signature.h
Go to the documentation of this file.
1#pragma once
2
4
6
7namespace storm {
8namespace dd {
9namespace bisimulation {
10
11template<storm::dd::DdType DdType, typename ValueType>
12class Signature {
13 public:
14 Signature() = default;
16
18
19 private:
21};
22
23} // namespace bisimulation
24} // namespace dd
25} // namespace storm
storm::dd::Add< DdType, ValueType > const & getSignatureAdd() const
Definition Signature.cpp:13
LabParser.cpp.
Definition cli.cpp:18