3
0
Fork 0
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:
Nikolaj Bjorner 2022-11-16 03:47:38 -08:00
parent 98fc8c99db
commit 2c7799939e
2 changed files with 14 additions and 20 deletions

View file

@ -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();