3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 19:02:02 +00:00

use the trail to undo add_term

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-01-29 16:56:41 -10:00 committed by Lev Nachmanson
parent 9c510018b3
commit 3e7e903d19
3 changed files with 16 additions and 9 deletions

View file

@ -408,7 +408,6 @@ public:
public:
std::function<void (const lar_term*)> m_add_term_callback;
std::function<void (const lar_term*)> m_remove_term_callback;
std::function<void (unsigned)> m_update_column_bound_callback;
bool external_is_used(unsigned) const;
void pop(unsigned k);