We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3afef86 + db83fce commit 1865865Copy full SHA for 1865865
src/goto-checker/incremental_goto_checker.h
@@ -67,6 +67,12 @@ class incremental_goto_checkert
67
/// Builds and returns the counterexample
68
virtual goto_tracet build_error_trace() const = 0;
69
70
+ // Outputs an error witness in GraphML format (see `graphml_witnesst`)
71
+ virtual void output_error_witness(const goto_tracet &) = 0;
72
+
73
+ // Outputs a proof in GraphML format (see `graphml_witnesst`)
74
+ virtual void output_proof() = 0;
75
76
protected:
77
incremental_goto_checkert(const optionst &, ui_message_handlert &);
78
0 commit comments