diff options
Diffstat (limited to 'misc/xpns/pkg-descr')
-rw-r--r-- | misc/xpns/pkg-descr | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/misc/xpns/pkg-descr b/misc/xpns/pkg-descr deleted file mode 100644 index a570d22dbfc4..000000000000 --- a/misc/xpns/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -PNS is a public domain Petri net simulation tool for Unix systems. It 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 - -WWW: http://robotics.ee.uwa.edu.au/pns/ |