We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0323e commit 3b71199Copy full SHA for 3b71199
src/goto-checker/README.md
@@ -51,6 +51,9 @@ The combination of these three concepts enables:
51
without impacting others.
52
53
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.
57
* \ref all_properties_verifier_with_trace_storaget : Determines the status of
58
all properties and outputs results when the verification algorithm has
59
terminated. A trace ends at a violated property.
0 commit comments