3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 02:10:23 +00:00

add incremental version of value propagate

This commit is contained in:
Nikolaj Bjorner 2022-11-24 21:52:55 +07:00
parent decb3d3907
commit a64c7c5d19
8 changed files with 203 additions and 81 deletions

View file

@ -46,7 +46,6 @@ namespace euf {
bool is_new_eq(expr* a, expr* b);
void update_has_new_eq(expr* g);
expr_ref mk_and(expr* a, expr* b);
void propagate_values();
void add_egraph();
void map_canonical();
void read_egraph();