pkgsrc/x11/xpns/DESCR

20 lines
367 B
Text
Raw Normal View History

2000-09-03 16:56:44 +02:00
PNS is a public domain Petri net simulation tool for Unix systems.
1997-10-11 23:53:59 +02:00
PNS is a graphics tool and requires the X window system.
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