3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-18 11:58:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-09-30 14:51:28 -04:00
parent b9cba82531
commit 876ca2f1a5
3 changed files with 11 additions and 4 deletions

View file

@ -171,7 +171,7 @@ void asserted_formulas::assert_expr(expr * e, proof * _in_pr) {
else
pr = m.mk_modus_ponens(in_pr, pr);
}
TRACE("assert_expr_bug", tout << "after...\n" << r << "\n";);
TRACE("assert_expr_bug", tout << "after...\n" << r << "\n" << pr << "\n";);
}
m_has_quantifiers |= ::has_quantifiers(e);