Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ianno committed Nov 5, 2014
1 parent b266dc7 commit 28a2738
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ The LTL properties are:
3. [](count == 0) -> <>(state == OFF)
4. []( (state == HOLD) -> ((x != DISABLE) && (x != RESUME) )) -> <>(state == STANDBY)

To compile and verify the model you can use 'ispin' (SPIN graphical environment),
or, using the command line, with:

- spin -a cruise.pml
- gcc -o pan pan.c
- ./pan -N p1 (for property p1)
- ./pan -N p2 (for property p2)
- ...

Author: Antonio Iannopollo
Email: [email protected]

0 comments on commit 28a2738

Please sign in to comment.