|
CBMC
|
Stops when the first failing property is found. More...
#include <stop_on_fail_verifier.h>
Inheritance diagram for stop_on_fail_verifiert< incremental_goto_checkerT >:
Collaboration diagram for stop_on_fail_verifiert< incremental_goto_checkerT >:Public Member Functions | |
| stop_on_fail_verifiert (const optionst &options, ui_message_handlert &ui_message_handler, abstract_goto_modelt &goto_model) | |
| resultt | operator() () override |
| Check whether all properties hold. More... | |
| void | report () override |
| Report results. More... | |
Public Member Functions inherited from goto_verifiert | |
| goto_verifiert ()=delete | |
| goto_verifiert (const goto_verifiert &)=delete | |
| virtual | ~goto_verifiert ()=default |
| const propertiest & | get_properties () |
| Returns the properties. More... | |
Protected Attributes | |
| abstract_goto_modelt & | goto_model |
| incremental_goto_checkerT | incremental_goto_checker |
Protected Attributes inherited from goto_verifiert | |
| const optionst & | options |
| ui_message_handlert & | ui_message_handler |
| messaget | log |
| propertiest | properties |
Additional Inherited Members | |
Protected Member Functions inherited from goto_verifiert | |
| goto_verifiert (const optionst &, ui_message_handlert &) | |
Stops when the first failing property is found.
Requires an incremental goto checker that is a goto_trace_providert and witness_providert.
Definition at line 22 of file stop_on_fail_verifier.h.
|
inline |
Definition at line 25 of file stop_on_fail_verifier.h.
|
inlineoverridevirtual |
Check whether all properties hold.
Implements goto_verifiert.
Definition at line 36 of file stop_on_fail_verifier.h.
|
inlineoverridevirtual |
|
protected |
Definition at line 76 of file stop_on_fail_verifier.h.
|
protected |
Definition at line 77 of file stop_on_fail_verifier.h.