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

z3str3: track the scope of library-aware terms for axiom setup (#4420)

This commit is contained in:
Murphy Berzish 2020-05-28 11:59:28 -05:00 committed by GitHub
parent 3b0c8a7ff9
commit 882777fc1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View file

@ -535,6 +535,7 @@ protected:
obj_map<expr, app*> length_ast_map;
th_trail_stack m_trail_stack;
th_trail_stack m_library_aware_trail_stack;
th_union_find m_find;
theory_var get_var(expr * n) const;
expr * get_eqc_next(expr * n);