A fully working version of the scheduling language with added examples

This commit is contained in:
robbe 2025-06-27 12:21:41 +02:00
parent ec42f74960
commit ebfd85a666
126 changed files with 7235 additions and 981 deletions

View file

@ -1,5 +1,8 @@
p0:PNPlace
p1:PNPlace
p2:PNPlace
p3:PNPlace
p4:PNPlace
t0:PNTransition
:arc (p0 -> t0)
@ -7,4 +10,12 @@ t0:PNTransition
t1:PNTransition
:arc (p1 -> t1)
:arc (t1 -> p0)
:arc (t1 -> p2)
t2:PNTransition
:arc (p2 -> t2)
:arc (t2 -> p0)
t3:PNTransition
:arc (t3 -> p4)