Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ReuseMode.h
Go to the documentation of this file.
1#pragma once
2
3namespace storm {
4namespace dd {
5namespace bisimulation {
6
7enum class ReuseMode { None, BlockNumbers };
8
9}
10} // namespace dd
11} // namespace storm