Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoDutertre committed Apr 13, 2016
1 parent 23d68a4 commit 6d9d1c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@ states of the system and the transitions that the system can make.

#### Queries

A query asks a question whether a state property is true in the given transition
system. For example, in the system ``T1``, it is clear that we the
A query asks whether a state property is invariant for the given transition
system (i.e., whether the state property is true in all reachable states).
For example, in the system ``T1``, it is clear that we the
variables ``x`` and ``y`` will always be equal and non-negative. We can check
these with the following queries.
```lisp
Expand Down Expand Up @@ -202,7 +203,7 @@ The full example above is available in ``examples/example.mcmt``.

### Usage

To see the full set of options run ``sally -h``. Some typical examples are as
To see the full set of options, run ``sally -h``. Some typical examples are as
follows

* Checking the properties with the bounded model-checking (BMC) engine
Expand Down

0 comments on commit 6d9d1c7

Please sign in to comment.