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

guard table erasure for representative

This commit is contained in:
Nikolaj Bjorner 2020-11-17 11:02:20 -08:00
parent 40159a3a96
commit b7b7970c4a
2 changed files with 97 additions and 94 deletions

View file

@ -199,6 +199,7 @@ namespace euf {
void toggle_merge_enabled(enode* n);
enode_bool_pair insert_table(enode* p);
void erase_from_table(enode* p);
template <typename T>
void explain_eq(ptr_vector<T>& justifications, enode* a, enode* b, justification const& j) {