Skip to content

Commit 3b71199

Browse files
Amend goto-checker docs
w.r.t. stop-on-fail goto verifier
1 parent 1e0323e commit 3b71199

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/goto-checker/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ The combination of these three concepts enables:
5151
without impacting others.
5252

5353
There are the following variants of goto verifiers at the moment:
54+
* \ref stop_on_fail_verifiert : Checks all properties, but terminates
55+
as soon as the first violated property is found and reports this violation.
56+
A trace ends at a violated property.
5457
* \ref all_properties_verifier_with_trace_storaget : Determines the status of
5558
all properties and outputs results when the verification algorithm has
5659
terminated. A trace ends at a violated property.

0 commit comments

Comments
 (0)