Adding scalable chain

This commit is contained in:
Artur Meski
2019-09-29 15:31:38 +01:00
parent 2f7c16775d
commit cb2135294f
2 changed files with 175 additions and 2 deletions

View File

@@ -26,10 +26,10 @@ $ ./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:
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`