mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
working on tab_context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
99f5a5bddb
commit
87e9015675
3 changed files with 662 additions and 229 deletions
|
@ -58,6 +58,7 @@ void substitution::pop_scope(unsigned num_scopes) {
|
|||
}
|
||||
m_vars.shrink(old_sz);
|
||||
m_scopes.shrink(new_lvl);
|
||||
m_apply_cache.reset();
|
||||
}
|
||||
|
||||
inline void substitution::apply_visit(expr_offset const & n, bool & visited) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue