This commit is contained in:
Artur Meski
2019-09-29 14:42:00 +01:00
parent bfe817fa73
commit 2f7c16775d

View File

@@ -24,3 +24,12 @@ To test the SMT module you can perform reachability verification of the scalable
$ ./reactics smt examples/smt/chain_reaction.py 2 3 1 $ ./reactics smt examples/smt/chain_reaction.py 2 3 1
``` ```
### Reaction synthesis
To test the reaction synthesis approach on a mutual exclution protocol modelling three processes run the following command:
```
./reactics smt examples/smt/mutex_param.py -n 3 -s 1 -o
```
`# EOF`