3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

register m_added_terms in m_changed_terms

This commit is contained in:
Lev Nachmanson 2025-02-03 07:50:37 -10:00 committed by Lev Nachmanson
parent 21f67ef942
commit fee707842d

View file

@ -671,6 +671,7 @@ namespace lp {
return;
}
m_added_terms.push_back(t);
m_changed_terms.insert(t->j());
auto undo = undo_add_term(*this, t);
lra.trail().push(undo);
}