File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ There are the following variants of goto verifiers at the moment:
62
62
\ref all_properties_verifier_with_trace_storaget,
63
63
\ref all_properties_verifiert does not require to store any traces.
64
64
A trace ends at a violated property.
65
+ * \ref cover_goals_verifiert : Determines the status of all properties,
66
+ but full traces with potentially several failing properties
67
+ (e.g. coverage goals) are kept.
68
+ The reporting uses 'goals' rather than 'property' terminology. I.e.
69
+ a failing property means 'success' and a passing property 'failed'.
65
70
66
71
There are the following variants of incremental goto checkers at the moment:
67
72
* \ref multi_path_symex_checkert : The default mode of goto-symex. It explores
You can’t perform that action at this time.
0 commit comments