get rid of outdated examples
This commit is contained in:
parent
4ba0ed09b2
commit
0b936a48d1
8 changed files with 15 additions and 473 deletions
|
|
@ -187,16 +187,16 @@ def show_petri_net(m):
|
|||
return f"""
|
||||
t1 t2 t3
|
||||
┌─┐ p1 ┌─┐ p2 ┌─┐
|
||||
│ │ --- │ │ --- │ │
|
||||
│ │ │ │ │ │
|
||||
│ ├─────► ( {p1} )─────►│ │─────► ( {p2} )─────►│ │
|
||||
└─┘ --- └─┘ --- └─┘
|
||||
└─┘ └─┘ └─┘
|
||||
▲ │ ▲ │
|
||||
│ │ │ │
|
||||
│ │ │ │
|
||||
│ │ │ │
|
||||
│ --- │ │ --- │
|
||||
│ │ │ │
|
||||
└───────( {cp1} )◄──────┘ └──────( {cp2} )◄───────┘
|
||||
--- ---
|
||||
|
||||
cp1 cp2 """
|
||||
|
||||
# Let's see if it works:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue