mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 22:33:40 +00:00
register m_added_terms in m_changed_terms
This commit is contained in:
parent
2ed8cd0b9a
commit
993e12de24
1 changed files with 1 additions and 0 deletions
|
@ -671,6 +671,7 @@ namespace lp {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
m_added_terms.push_back(t);
|
m_added_terms.push_back(t);
|
||||||
|
m_changed_terms.insert(t->j());
|
||||||
auto undo = undo_add_term(*this, t);
|
auto undo = undo_add_term(*this, t);
|
||||||
lra.trail().push(undo);
|
lra.trail().push(undo);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue