CBMC
|
#include <java_single_path_symex_checker.h>
Additional Inherited Members | |
![]() | |
bool | is_ready_to_decide (const symex_bmct &, const path_storaget::patht &) override |
Returns whether the given path produced by symex is ready to be checked. | |
virtual std::chrono::duration< double > | prepare_property_decider (propertiest &properties, symex_target_equationt &equation, goto_symex_property_decidert &property_decider) |
Prepare the property_decider for solving. | |
virtual void | run_property_decider (incremental_goto_checkert::resultt &result, propertiest &properties, goto_symex_property_decidert &property_decider, std::chrono::duration< double > solver_runtime) |
Run the property_decider , which calls the SAT solver, and set the status of checked properties accordingly. | |
![]() | |
void | equation_output (const symex_bmct &symex, const symex_target_equationt &equation) |
virtual void | initialize_worklist () |
Adds the initial goto-symex state as a path to the worklist. | |
virtual bool | resume_path (path_storaget::patht &path) |
Continues exploring the given path using goto-symex. | |
virtual bool | has_finished_exploration (const propertiest &) |
Returns whether we should stop exploring paths. | |
virtual void | update_properties (propertiest &properties, std::unordered_set< irep_idt > &updated_properties, const symex_target_equationt &equation) |
Updates the properties from the equation and adds their property IDs to updated_properties . | |
virtual void | final_update_properties (propertiest &properties, std::unordered_set< irep_idt > &updated_properties) |
Updates the properties after having finished exploration and adds their property IDs to updated_properties . | |
![]() | |
incremental_goto_checkert (const optionst &, ui_message_handlert &) | |
![]() | |
bool | symex_initialized = false |
std::unique_ptr< goto_symex_property_decidert > | property_decider |
![]() | |
abstract_goto_modelt & | goto_model |
symbol_tablet | symex_symbol_table |
namespacet | ns |
guard_managert | guard_manager |
std::unique_ptr< path_storaget > | worklist |
std::chrono::duration< double > | symex_runtime |
unwindsett | unwindset |
![]() | |
const optionst & | options |
ui_message_handlert & | ui_message_handler |
messaget | log |
Definition at line 19 of file java_single_path_symex_checker.h.
|
inline |
Definition at line 22 of file java_single_path_symex_checker.h.
|
overridevirtual |
Builds and returns the complete trace.
Implements goto_trace_providert.
Definition at line 12 of file java_single_path_symex_checker.cpp.
|
overridevirtual |
Builds and returns the trace up to the first failed property.
Implements goto_trace_providert.
Definition at line 20 of file java_single_path_symex_checker.cpp.
|
overridevirtual |
Builds and returns the trace for the FAILed property with the given property_id
.
Implements goto_trace_providert.
Definition at line 29 of file java_single_path_symex_checker.cpp.
|
inlineoverridevirtual |
Reimplemented from single_path_symex_only_checkert.
Definition at line 30 of file java_single_path_symex_checker.h.