mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
tune hoist-rewriter
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
768e2c1d0d
commit
3c9ada54b6
|
@ -690,7 +690,6 @@ 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";);
|
||||
|
|
Loading…
Reference in a new issue