3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-04-28 13:00:56 -07:00
parent 19409a25a6
commit e3f712b3cf
3 changed files with 6 additions and 3 deletions

View file

@ -22,6 +22,7 @@ Revision History:
#include "ast/for_each_expr.h"
#include "smt/theory_recfun.h"
#include "smt/params/smt_params_helper.hpp"
#include "smt/model_sweeper.h"
#define TRACEFN(x) TRACE("recfun", tout << x << '\n';)
@ -442,6 +443,7 @@ namespace smt {
final_check_status theory_recfun::final_check_eh() {
TRACEFN("final\n");
generate_induction_lemmas(get_context());
if (can_propagate()) {
propagate();
return FC_CONTINUE;