Petri net: forgot to render inhibitor arcs (thanks Jason)

This commit is contained in:
Joeri Exelmans 2024-12-09 11:49:56 +01:00
parent da5856b33b
commit bef233a854
4 changed files with 35 additions and 2 deletions

View file

@ -0,0 +1,11 @@
p0s:PNPlaceState {
numTokens = 1;
}
:pn_of (p0s -> p0)
p1s:PNPlaceState {
numTokens = 0;
}
:pn_of (p1s -> p1)