mirror of
https://github.com/Z3Prover/z3
synced 2026-07-03 22:06:11 +00:00
reset visited (fast mark) to not clash with occurs
This commit is contained in:
parent
6662afdd26
commit
59b7845c7d
4 changed files with 19 additions and 14 deletions
|
|
@ -220,7 +220,7 @@ namespace euf {
|
|||
void merge_th_eq(enode* n, enode* root);
|
||||
void merge_justification(enode* n1, enode* n2, justification j);
|
||||
void reinsert_parents(enode* r1, enode* r2);
|
||||
void remove_parents(enode* r1, enode* r2);
|
||||
void remove_parents(enode* r);
|
||||
void unmerge_justification(enode* n1);
|
||||
void reinsert_equality(enode* p);
|
||||
void update_children(enode* n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue