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

initial pattern abstraction and move matching to src

This commit is contained in:
Nikolaj Bjorner 2025-07-06 00:53:46 -07:00
parent 2d1a42d53f
commit 1b3c3c2716
7 changed files with 1223 additions and 1071 deletions

View file

@ -176,6 +176,7 @@ namespace euf {
binding* alloc_binding(quantifier* q, app* pat, euf::enode* const* _binding, unsigned max_generation, unsigned min_top, unsigned max_top);
void insert_binding(binding* b);
void apply_binding(binding& b);
void apply_binding(binding& b, expr_ref_vector const& s);
void flush_binding_queue();
vector<ptr_vector<binding>> m_queue;