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:
parent
40159a3a96
commit
b7b7970c4a
2 changed files with 97 additions and 94 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue