12 #ifndef CPROVER_GOTO_CHECKER_MULTI_PATH_SYMEX_CHECKER_H
13 #define CPROVER_GOTO_CHECKER_MULTI_PATH_SYMEX_CHECKER_H
67 virtual std::chrono::duration<double>
78 std::chrono::duration<double> solver_runtime);
Abstract interface to eager or lazy GOTO models.
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
An implementation of incremental_goto_checkert may implement this interface to provide fault localiza...
Provides management of goal variables that encode properties.
An implementation of incremental_goto_checkert may implement this interface to provide goto traces.
ui_message_handlert & ui_message_handler
Performs a multi-path symbolic execution using goto-symex and calls a SAT/SMT solver to check the sta...
void report() override
Additional reporting that may result from the underlying solver, no-op by default.
resultt operator()(propertiest &) override
Check whether the given properties with status NOT_CHECKED, UNKNOWN or properties newly discovered by...
goto_tracet build_full_trace() const override
Builds and returns the complete trace.
virtual void run_property_decider(incremental_goto_checkert::resultt &result, propertiest &properties, std::chrono::duration< double > solver_runtime)
Run the property decider, which calls the SAT solver, and set the status of checked properties accord...
fault_location_infot localize_fault(const irep_idt &property_id) const override
Returns the most likely fault locations for the given FAILed property_id.
goto_symex_property_decidert property_decider
virtual std::chrono::duration< double > prepare_property_decider(propertiest &properties)
Prepare the property decider for solving.
multi_path_symex_checkert(const optionst &options, ui_message_handlert &ui_message_handler, abstract_goto_modelt &goto_model)
void output_error_witness(const goto_tracet &) override
goto_tracet build_shortest_trace() const override
Builds and returns the trace up to the first failed property.
const namespacet & get_namespace() const override
Returns the namespace associated with the traces.
void output_proof() override
goto_tracet build_trace(const irep_idt &) const override
Builds and returns the trace for the FAILed property with the given property_id.
abstract_goto_modelt & goto_model
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
An implementation of incremental_goto_checkert may implement this interface to provide GraphML witnes...
Interface for Goto Checkers to provide Fault Localization.
Property Decider for Goto-Symex.
Interface for returning Goto Traces from Goto Checkers.
Goto Checker using Multi-Path Symbolic Execution only (no SAT solving)
std::map< irep_idt, property_infot > propertiest
A map of property IDs to property infos.
Interface for outputting GraphML Witnesses for Goto Checkers.