mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 11:58:31 +00:00
fix #6371
This commit is contained in:
parent
b9cba82531
commit
876ca2f1a5
3 changed files with 11 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue