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:
parent
decb3d3907
commit
a64c7c5d19
8 changed files with 203 additions and 81 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue