APM: RSMC version 1.0 (not 1.0a) from ipisvn

This commit is contained in:
Artur Meski
2017-11-18 20:30:18 +00:00
parent 27c43717fa
commit 69a9825c8b
2071 changed files with 222512 additions and 0 deletions

View 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