Petri net: forgot to render inhibitor arcs (thanks Jason)
This commit is contained in:
parent
da5856b33b
commit
bef233a854
4 changed files with 35 additions and 2 deletions
11
examples/petrinet/models/m_example_inharc_rt_initial.od
Normal file
11
examples/petrinet/models/m_example_inharc_rt_initial.od
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
p0s:PNPlaceState {
|
||||
numTokens = 1;
|
||||
}
|
||||
|
||||
:pn_of (p0s -> p0)
|
||||
|
||||
p1s:PNPlaceState {
|
||||
numTokens = 0;
|
||||
}
|
||||
|
||||
:pn_of (p1s -> p1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue