Skip to content

Commit

Permalink
Add remark in readme on counterexamples
Browse files Browse the repository at this point in the history
  • Loading branch information
hajduakos committed Aug 13, 2020
1 parent 83e7dcb commit 5b0822d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/cfa-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Note that the model must be given as the first positional argument (without `--m
All arguments are optional, except `--model`.

* `--model`: Path of the input CFA model (mandatory).
* `--cex`: Output file where the counterexample is written (if the result is unsafe). If the argument is not given (default) the counterexample is not printed.
* `--cex`: Output file where the counterexample is written (if the result is unsafe). If the argument is not given (default) the counterexample is not printed. Use `CON` (Windows) or `/dev/stdout` (Linux) as argument to print to the standard output.
* `--loglevel`: Detailedness of logging.
* Possible values (from the least to the most detailed): `RESULT`, `MAINSTEP`, `SUBSTEP` (default), `INFO`, `DETAIL`, `VERBOSE`.
* `--domain`: Domain of the abstraction, possible values:
Expand Down
1 change: 1 addition & 0 deletions subprojects/sts-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Note that the model must be given as the first positional argument (without `--m
All arguments are optional, except `--model`.

* `--model`: Path of the input STS model (mandatory).
* `--cex`: Output file where the counterexample is written (if the result is unsafe). If the argument is not given (default) the counterexample is not printed. Use `CON` (Windows) or `/dev/stdout` (Linux) as argument to print to the standard output.
* `--loglevel`: Detailedness of logging.
* Possible values (from the least to the most detailed): `RESULT`, `MAINSTEP`, `SUBSTEP` (default), `INFO`, `DETAIL`, `VERBOSE`
* `--domain`: Domain of the abstraction, possible values:
Expand Down

0 comments on commit 5b0822d

Please sign in to comment.