12 #ifndef CPROVER_GOTO_CHECKER_STOP_ON_FAIL_VERIFIER_H
13 #define CPROVER_GOTO_CHECKER_STOP_ON_FAIL_VERIFIER_H
21 template <
class incremental_goto_checkerT>
void output_error_trace(const goto_tracet &goto_trace, const namespacet &ns, const trace_optionst &trace_options, ui_message_handlert &ui_message_handler)
void message_building_error_trace(messaget &log)
Outputs a message that an error trace is being built.
Bounded Model Checking Utilities.
Abstract interface to eager or lazy GOTO models.
An implementation of goto_verifiert checks all properties in a goto model.
ui_message_handlert & ui_message_handler
Stops when the first failing property is found.
void report() override
Report results.
abstract_goto_modelt & goto_model
resultt operator()() override
Check whether all properties hold.
stop_on_fail_verifiert(const optionst &options, ui_message_handlert &ui_message_handler, abstract_goto_modelt &goto_model)
incremental_goto_checkerT incremental_goto_checker
resultt determine_result(const propertiest &properties)
Determines the overall result corresponding from the given properties That is PASS if all properties ...
propertiest initialize_properties(const abstract_goto_modelt &goto_model)
Returns the properties in the goto model.
resultt
The result of goto verifying.
@ UNKNOWN
No property was violated, neither was there an error.
@ PASS
No properties were violated.
@ ERROR
An error occurred during goto checking.
@ FAIL
Some properties were violated.
void output_properties(const propertiest &properties, std::size_t iterations, ui_message_handlert &ui_message_handler)
void report_success(ui_message_handlert &ui_message_handler)
void report_inconclusive(ui_message_handlert &ui_message_handler)
void report_error(ui_message_handlert &ui_message_handler)
void report_failure(ui_message_handlert &ui_message_handler)
Options for printing the trace using show_goto_trace.