Skip to content

Commit

Permalink
Update spec/protocol-spec/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Konnov <[email protected]>
  • Loading branch information
dnkolegov and konnov authored Jun 24, 2024
1 parent ca40d45 commit 759f75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/protocol-spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ to check correctness of the protocol against state invariants. For example:
quint run --max-steps=20 --max-samples=100000 --invariant=no_commit_equivocation_inv n6f1b3.qnt
```

By changing `--max-steps`, we give the simulator how deep the executions should be, e.g., up to 20 steps. By changing `--max-samples`, we give the simulator the number of executions to try, e.g., 100,000.
By changing `--max-steps`, we tell the simulator how deep the executions should be, e.g., up to 20 steps. By changing `--max-samples`, we give the simulator the number of executions to try, e.g., 100,000.

**Randomized symbolic execution.** Symbolic execution offloads the task of
finding an execution to the symbolic model checker, while randomly choosing
Expand Down

0 comments on commit 759f75a

Please sign in to comment.