1997-06-24 02:07:27 -04:00
|
|
|
PNS
|
|
|
|
---
|
|
|
|
Is a public domain Petri net simulation tool
|
|
|
|
for Unix systems.
|
|
|
|
PNS is a graphics tool and requires the X window system.
|
1999-05-03 01:37:34 -04:00
|
|
|
|
1999-11-13 20:54:26 -05:00
|
|
|
WWW: http://www.ee.uwa.edu.au/~braunl/pns/
|
1997-06-24 02:07:27 -04:00
|
|
|
|
|
|
|
Examples:
|
|
|
|
---------
|
|
|
|
- simple.net
|
|
|
|
3-2 Reduction
|
|
|
|
|
|
|
|
- add.net
|
|
|
|
x = x + y
|
|
|
|
|
|
|
|
- sub1.net
|
|
|
|
x >= y : x = x - y
|
|
|
|
x < y : y = y - x
|
|
|
|
|
|
|
|
- sub2.net
|
|
|
|
x = x - y
|
|
|
|
NEGATIVE = 1 <=> x-y < 0
|
|
|
|
|
|
|
|
- mult.net
|
|
|
|
z = x * y
|
|
|
|
|
|
|
|
- phil.net
|
|
|
|
Dining Philosophers Problem
|