This commit is contained in:
Artur Meski
2019-09-29 17:04:21 +01:00
parent de8ed11498
commit b6f362b80f

View File

@@ -6,6 +6,22 @@ The toolkit consists of two separate modules implementing:
* Methods implemented using binary decision diagrams (BDD) for storing and manipulating the state space of the verified system. * Methods implemented using binary decision diagrams (BDD) for storing and manipulating the state space of the verified system.
* Methods translating the verification problems into satisfiability modulo theories (SMT). * Methods translating the verification problems into satisfiability modulo theories (SMT).
# Installation
The easiest way to try out ReactICS is to download [http://reactionsystems.org/ReactICS.zip](the VM where everything is alread installed). This a VirtualBox virtual machine. After booting it up, you can log in as `reactics` with the same password. After logging in, ReactICS is available in the `reactics` directory:
```
$ cd reactics
```
An update and setup needs to be performed before running any type of verification:
```
$ ./reactics setup
```
After performing these steps you should be ready to start using ReactICS.
## Examples ## Examples
The `examples` directory contains sample input files. The `examples` directory contains sample input files.