We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a7b9e commit d37ebb8Copy full SHA for d37ebb8
src/smt/CMakeLists.txt
@@ -10,7 +10,6 @@ z3_add_component(smt
10
expr_context_simplifier.cpp
11
fingerprints.cpp
12
mam.cpp
13
- model_sweeper.cpp
14
old_interval.cpp
15
qi_queue.cpp
16
seq_axioms.cpp
src/smt/theory_recfun.cpp
@@ -22,7 +22,6 @@ Revision History:
22
#include "ast/for_each_expr.h"
23
#include "smt/theory_recfun.h"
24
#include "smt/params/smt_params_helper.hpp"
25
-#include "smt/model_sweeper.h"
26
27
28
#define TRACEFN(x) TRACE("recfun", tout << x << '\n';)
@@ -444,7 +443,6 @@ namespace smt {
444
443
final_check_status theory_recfun::final_check_eh() {
445
TRACEFN("final\n");
446
if (can_propagate()) {
447
- generate_induction_lemmas(get_context());
448
propagate();
449
return FC_CONTINUE;
450
}
0 commit comments