mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20:23 +00:00
wip - tuning and fixes to euf-completion
This commit is contained in:
parent
98fc8c99db
commit
2c7799939e
2 changed files with 14 additions and 20 deletions
|
@ -43,7 +43,7 @@ namespace euf {
|
|||
bool m_has_new_eq = false;
|
||||
|
||||
enode* mk_enode(expr* e);
|
||||
enode* find(expr* e);
|
||||
bool new_eq(expr* a, expr* b);
|
||||
expr_ref mk_and(expr* a, expr* b);
|
||||
void add_egraph();
|
||||
void map_canonical();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue