5a2dea1dbcc3303f8a12dc362dc485b2842fe7a9
ReactICS
Reaction Systems Verification Toolkit
The toolkit consists of two separate modules implementing:
- BDD-based methods
- SMT-based methods
Examples
The examples directory contains sample input files.
To quickly test the BDD module you can perform verification of the TGC controller consiting of three trains:
$ ./reactics bdd -c f1 examples/bdd/tgc.rs
The above command tests the formula labelled f1 in the input file.
To test the SMT module you can perform reachability verification of the scalable chain system:
$ ./reactics smt examples/smt/chain_reaction.py 2 3 1
Languages
Python
41.4%
Java
26.5%
C++
24.9%
Shell
3.7%
HTML
2.4%
Other
1.1%