muMLE/examples/petrinet/models/m_example_simple.od

10 lines
No EOL
111 B
Text

p0:Place
p1:Place
t0:Transition
:arc (p0 -> t0)
:arc (t0 -> p1)
t1:Transition
:arc (p1 -> t1)
:arc (t1 -> p0)