Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
TransitionPartition.h
Go to the documentation of this file.
1#pragma once
2#include <cstdint>
3#include <vector>
4
5namespace storm {
6namespace gspn {
7
9 std::vector<uint64_t> transitions;
10 uint64_t priority;
11
12 uint64_t nrTransitions() const {
13 return transitions.size();
14 }
15};
16
17} // namespace gspn
18} // namespace storm
std::vector< uint64_t > transitions