43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
|
|
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
|
|
|
|
|
|
|