File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ void output_coverage_report(
302
302
}
303
303
}
304
304
305
- static void postprocess_equation (
305
+ void postprocess_equation (
306
306
symex_bmct &symex,
307
307
symex_target_equationt &equation,
308
308
const optionst &options,
Original file line number Diff line number Diff line change @@ -70,6 +70,17 @@ void slice(
70
70
const optionst &,
71
71
ui_message_handlert &);
72
72
73
+ // / Post process the equation
74
+ // / - add partial order constraints
75
+ // / - slice
76
+ // / - perform validation
77
+ void postprocess_equation (
78
+ symex_bmct &symex,
79
+ symex_target_equationt &equation,
80
+ const optionst &options,
81
+ const namespacet &ns,
82
+ ui_message_handlert &ui_message_handler);
83
+
73
84
// / Perform symbolic execution from the entry point
74
85
void perform_symex (
75
86
abstract_goto_modelt &,
You can’t perform that action at this time.
0 commit comments