Readme update

This commit is contained in:
Artur Meski
2019-09-29 15:44:29 +01:00
parent 1a49abea23
commit 671e5f71c4

View File

@@ -18,10 +18,10 @@ To quickly test the BDD module you can perform verification of the TGC controlle
$ ./reactics bdd -c f1 examples/bdd/tgc.rs $ ./reactics bdd -c f1 examples/bdd/tgc.rs
``` ```
### Reachability
The above command tests the formula labelled `f1` in the input file. The above command tests the formula labelled `f1` in the input file.
### Reachability
To test the SMT module you can perform reachability verification of the scalable chain system: To test the SMT module you can perform reachability verification of the scalable chain system:
``` ```