3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

tune hoist-rewriter

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-11-09 11:24:41 -08:00
parent 4d26aabd83
commit 768e2c1d0d
4 changed files with 46 additions and 27 deletions

View file

@ -690,6 +690,7 @@ class solve_eqs_tactic : public tactic {
expr* f = g.form(idx);
proof_ref pr1(m()), pr2(m());
thrw(f, tmp, pr1);
tmp2 = tmp;
rw(tmp, tmp2, pr2);
TRACE("solve_eqs", tout << mk_pp(f, m()) << " " << tmp << "\n" << tmp2
<< "\n" << pr1 << "\n" << pr2 << "\n" << mk_pp(g.pr(idx), m()) << "\n";);