File: README.examples

package info (click to toggle)
maria 1.3.4-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,956 kB
  • ctags: 5,485
  • sloc: cpp: 43,267; yacc: 8,080; sh: 460; ansic: 436; lisp: 395; makefile: 288; perl: 21
file content (32 lines) | stat: -rw-r--r-- 1,131 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
How to use these examples
=========================

To run the examples included in this directory you need write access
to the directory. The best way is to create a copy, say as a subdirectory
of the directory <someplace>:

  cp -r /usr/share/maria/examples <someplace>
  cd <someplace>/examples
  gunzip *.gz

You can start maria on one of the Petri nets contained in this directory,
for instance dining.pn, by typing

  maria -b dining.pn

Note that this make take a *lot* of time for some of the examples
provided since a reachability analysis is performed when loading the
model.  Then, you may issue at the maria shell prompt the following
commands (among others):

  dump	     to obtain a textual representation of the syntax graph
  dumpgraph  to obtain a textual representation of the reachability graph

If the "graphviz" package is installed on your system you may also
obtain a graphical output by using instead "visual dump",
resp. "visual dumpgraph".

Please refer to the maria documentation (available in the package
maria-doc) for more complete documentation.

-- Ralf Treinen <treinen@debian.org>  Feb 13, 2005.