mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 13:10:50 +00:00
mising files
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e3e965883f
commit
ce3ab6b170
2 changed files with 8 additions and 7 deletions
|
@ -467,7 +467,8 @@ unsigned asserted_formulas_new::propagate_values(unsigned i) {
|
||||||
proof * pr = m_formulas[i].get_proof();
|
proof * pr = m_formulas[i].get_proof();
|
||||||
new_pr = m.mk_modus_ponens(pr, new_pr);
|
new_pr = m.mk_modus_ponens(pr, new_pr);
|
||||||
}
|
}
|
||||||
m_formulas[i] = justified_expr(m, new_n, new_pr);
|
justified_expr j(m, new_n, new_pr);
|
||||||
|
m_formulas[i] = j;
|
||||||
update_substitution(new_n, new_pr);
|
update_substitution(new_n, new_pr);
|
||||||
return n != new_n ? 1 : 0;
|
return n != new_n ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue