Readme
This commit is contained in:
16
README.md
16
README.md
@@ -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 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
|
||||
|
||||
The `examples` directory contains sample input files.
|
||||
|
||||
Reference in New Issue
Block a user