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:
parent
3b0c8a7ff9
commit
882777fc1d
2 changed files with 16 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue