Go to the documentation of this file.
12 #ifndef CPROVER_GOTO_CHECKER_ALL_PROPERTIES_VERIFIER_WITH_TRACE_STORAGE_H
13 #define CPROVER_GOTO_CHECKER_ALL_PROPERTIES_VERIFIER_WITH_TRACE_STORAGE_H
23 template <
class incremental_goto_checkerT>
51 for(
const auto &property_id : result.updated_properties)
96 #endif // CPROVER_GOTO_CHECKER_ALL_PROPERTIES_VERIFIER_WITH_TRACE_STORAGE_H
@ FAIL
The property was violated.
void message_building_error_trace(messaget &log)
Outputs a message that an error trace is being built.
const goto_trace_storaget & get_traces() const
resultt determine_result(const propertiest &properties)
Determines the overall result corresponding from the given properties That is PASS if all properties ...
resultt
The result of goto verifying.
An implementation of goto_verifiert checks all properties in a goto model.
all_properties_verifier_with_trace_storaget(const optionst &options, ui_message_handlert &ui_message_handler, abstract_goto_modelt &goto_model)
void output_properties_with_traces(const propertiest &properties, const goto_trace_storaget &traces, const trace_optionst &trace_options, std::size_t iterations, ui_message_handlert &ui_message_handler)
void output_properties(const propertiest &properties, std::size_t iterations, ui_message_handlert &ui_message_handler)
propertiest initialize_properties(const abstract_goto_modelt &goto_model)
Returns the properties in the goto model.
goto_trace_storaget traces
void report() override
Report results.
void output_overall_result(resultt result, ui_message_handlert &ui_message_handler)
const goto_tracet & insert(goto_tracet &&)
Store trace that ends in a violated assertion.
incremental_goto_checkerT incremental_goto_checker
@ DONE
The goto checker has returned all results for the given set of properties.
Options for printing the trace using show_goto_trace.
bool get_bool_option(const std::string &option) const
Abstract interface to eager or lazy GOTO models.
resultt operator()() override
Check whether all properties hold.
ui_message_handlert & ui_message_handler
abstract_goto_modelt & goto_model