mirror of
https://github.com/Z3Prover/z3
synced 2025-06-26 07:43:41 +00:00
replace restore_size_trail by more generic restore_vector
other updates: - change signature of advance_qhead to simplify call sites - have model reconstruction replay work on a tail of dependent_expr state, while adding formulas to the tail.
This commit is contained in:
parent
6454014119
commit
85f9c7eefa
25 changed files with 80 additions and 59 deletions
|
@ -128,7 +128,7 @@ namespace euf {
|
|||
CTRACE("euf_completion", g != f, tout << mk_bounded_pp(f, m) << " -> " << mk_bounded_pp(g, m) << "\n");
|
||||
}
|
||||
if (!m_has_new_eq)
|
||||
advance_qhead(m_fmls.size());
|
||||
advance_qhead();
|
||||
}
|
||||
|
||||
bool completion::is_new_eq(expr* a, expr* b) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue