1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/xpns/pkg-descr
Michael Haro 44d50bf6f2 Add WWW:
1999-05-03 05:37:34 +00:00

30 lines
442 B
Plaintext

PNS
---
Is a public domain Petri net simulation tool
for Unix systems.
PNS is a graphics tool and requires the X window system.
WWW: http://www.informatik.uni-stuttgart.de/ipvr/bv/pns/pns.html
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