Storm 1.11.1.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
AddIterator.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace storm {
6namespace dd {
7// Declare DdIterator class so we can then specialize it for the different DD types.
8template<DdType Type, typename ValueType>
9class AddIterator;
10} // namespace dd
11} // namespace storm