i seem to have made some changes to the petrinet formalism

This commit is contained in:
Joeri Exelmans 2024-12-03 17:58:49 +01:00
parent 9883e09ac2
commit 5633bf17a9
7 changed files with 26 additions and 26 deletions

View file

@ -2,9 +2,9 @@ p0:PNPlace
p1:PNPlace
t0:PNTransition
:pn_arc (p0 -> t0)
:pn_arc (t0 -> p1)
:arc (p0 -> t0)
:arc (t0 -> p1)
t1:PNTransition
:pn_arc (p1 -> t1)
:pn_arc (t1 -> p0)
:arc (p1 -> t1)
:arc (t1 -> p0)