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:
parent
21f67ef942
commit
fee707842d
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue