Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
UmbModelForward.h
Go to the documentation of this file.
1#pragma once
2
3namespace storm::umb {
4
5class UmbModel;
6struct ModelIndex;
7
8} // namespace storm::umb
Represents a model in the UMB format.
Definition UmbModel.h:21