We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdea352 commit c63e328Copy full SHA for c63e328
src/goto-instrument/synthesizer/cegis_verifier.cpp
@@ -17,6 +17,7 @@ Author: Qinheping Hu
17
#include <util/pointer_predicates.h>
18
#include <util/prefix.h>
19
20
+#include <goto-programs/goto_convert_functions.h>
21
#include <goto-programs/link_to_library.h>
22
#include <goto-programs/pointer_arithmetic.h>
23
#include <goto-programs/process_goto_program.h>
@@ -392,6 +393,11 @@ bool cegis_verifiert::verify()
392
393
all_properties_verifier_with_trace_storaget<multi_path_symex_checkert>>(
394
options, ui_message_handler, goto_model);
395
396
+ goto_convert(
397
+ goto_model.symbol_table,
398
+ goto_model.goto_functions,
399
+ log.get_message_handler());
400
+
401
// Run the checker to get the result.
402
const resultt result = (*checker)();
403
0 commit comments