mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
remove output from normalize bounds
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e2cab00b1b
commit
f21b60a6e1
|
@ -124,9 +124,6 @@ class normalize_bounds_tactic : public tactic {
|
|||
expr * curr = in->form(idx);
|
||||
proof_ref new_pr(m);
|
||||
m_rw(curr, new_curr, new_pr);
|
||||
std::cout << new_curr << "\n";
|
||||
std::cout << new_pr << "\n";
|
||||
std::cout << expr_ref(in->pr(idx), m) << "\n";
|
||||
if (produce_proofs) {
|
||||
proof * pr = in->pr(idx);
|
||||
new_pr = m.mk_modus_ponens(pr, new_pr);
|
||||
|
|
Loading…
Reference in a new issue