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
16
examples/petrinet/models/m_example_inharc.od
Normal file
16
examples/petrinet/models/m_example_inharc.od
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Inhibitor arc example
|
||||
|
||||
p0:PNPlace
|
||||
p1:PNPlace
|
||||
|
||||
t0:PNTransition
|
||||
:arc (p0 -> t0)
|
||||
:arc (t0 -> p1)
|
||||
|
||||
t1:PNTransition
|
||||
:arc (p1 -> t1)
|
||||
:arc (t1 -> p0)
|
||||
|
||||
t2:PNTransition
|
||||
:inh_arc (p0 -> t2)
|
||||
:arc (t2 -> p0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue