3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-31 23:38:07 -07:00
parent c20b321e57
commit e9bc8e2433
2 changed files with 3 additions and 3 deletions

View file

@ -421,7 +421,7 @@ void asserted_formulas::nnf_cnf() {
for (; i < sz; i++) {
expr * n = m_formulas[i].get_fml();
TRACE("nnf_bug", tout << "processing:\n" << mk_pp(n, m) << "\n";);
proof * pr = m_formulas[i].get_proof();
proof_ref pr(m_formulas[i].get_proof(), m);
expr_ref r1(m);
proof_ref pr1(m);
push_todo.reset();