APM: RSMC version 1.0 (not 1.0a) from ipisvn
This commit is contained in:
42
rsmc-1.0a_linux_ubuntu/USAGE
Normal file
42
rsmc-1.0a_linux_ubuntu/USAGE
Normal file
@@ -0,0 +1,42 @@
|
||||
|
||||
WARNING: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND
|
||||
|
||||
-------------------------------------------------------------------------
|
||||
|
||||
To see what options are available, run 'rsmc' without any arguments:
|
||||
|
||||
% ./rsmc
|
||||
Missing input file
|
||||
|
||||
**********************************
|
||||
**Reaction Systems Model Checker**
|
||||
**********************************
|
||||
|
||||
Version: 1.0alpha
|
||||
Contact: Artur Męski <meski@ipipan.waw.pl>
|
||||
|
||||
Usage: ./rsmc [options] <inputfile>
|
||||
|
||||
-b -- disable bounded model checking (BMC) heuristic
|
||||
-c -- perform RSCTL model checking
|
||||
-p -- show progress (where possible)
|
||||
-P -- print parsed system
|
||||
-r -- print reactions
|
||||
-s -- print the set of all the reachable states
|
||||
-t -- print the set of all the reachable states with their successors
|
||||
-x -- use partitioned transition relation (may use less memory)
|
||||
-z -- use reordering of the BDD variables
|
||||
-v -- verbose (can be used more than once to increase verbosity)
|
||||
|
||||
Benchmarking options:
|
||||
-m -- measure and display time and memory usage
|
||||
-B -- display an easy to parse summary (enables -m)
|
||||
|
||||
|
||||
To run RSCTL model checking for the system defined in the file examples/hsr.in
|
||||
execute 'rsmc' in the following way:
|
||||
|
||||
% ./rsmc -c examples/hsr.in
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user