3
0
Fork 0
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:
Nikolaj Bjorner 2013-01-20 18:41:41 -08:00
parent 99f5a5bddb
commit 87e9015675
3 changed files with 662 additions and 229 deletions

View file

@ -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) {