|
void | report_success (ui_message_handlert &ui_message_handler) |
|
void | report_failure (ui_message_handlert &ui_message_handler) |
|
void | report_inconclusive (ui_message_handlert &ui_message_handler) |
|
void | report_error (ui_message_handlert &ui_message_handler) |
|
static void | output_single_property_plain (const irep_idt &property_id, const property_infot &property_info, messaget &log, irep_idt current_file=irep_idt()) |
|
static bool | is_property_less_than (const propertyt &property1, const propertyt &property2) |
| Compare two properties according to the following sort:
|
|
static std::vector< propertiest::const_iterator > | get_sorted_properties (const propertiest &properties) |
|
static void | output_properties_plain (const std::vector< propertiest::const_iterator > &sorted_properties, messaget &log) |
|
static void | output_iterations (const propertiest &properties, std::size_t iterations, messaget &log) |
|
void | output_properties (const propertiest &properties, std::size_t iterations, ui_message_handlert &ui_message_handler) |
|
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_fault_localization_scores (const fault_location_infot &fault_location, messaget &log) |
|
static goto_programt::const_targett | max_fault_localization_score (const fault_location_infot &fault_location) |
|
static void | output_fault_localization_plain (const irep_idt &property_id, const fault_location_infot &fault_location, messaget &log) |
|
static void | output_fault_localization_plain (const std::unordered_map< irep_idt, fault_location_infot > &fault_locations, messaget &log) |
|
static xmlt | xml (const irep_idt &property_id, const fault_location_infot &fault_location, messaget &log) |
|
static void | output_fault_localization_xml (const std::unordered_map< irep_idt, fault_location_infot > &fault_locations, messaget &log) |
|
static json_objectt | json (const fault_location_infot &fault_location) |
|
void | output_properties_with_fault_localization (const propertiest &properties, const std::unordered_map< irep_idt, fault_location_infot > &fault_locations, std::size_t iterations, ui_message_handlert &ui_message_handler) |
|
void | output_properties_with_traces_and_fault_localization (const propertiest &properties, const goto_trace_storaget &traces, const trace_optionst &trace_options, const std::unordered_map< irep_idt, fault_location_infot > &fault_locations, std::size_t iterations, ui_message_handlert &ui_message_handler) |
|
void | output_error_trace_with_fault_localization (const goto_tracet &goto_trace, const namespacet &ns, const trace_optionst &trace_options, const fault_location_infot &fault_location_info, ui_message_handlert &ui_message_handler) |
|
void | output_overall_result (resultt result, ui_message_handlert &ui_message_handler) |
|
Bounded Model Checking Utilities.
Definition in file report_util.cpp.