mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
c20b321e57
commit
e9bc8e2433
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue