3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-15 18:36:16 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-16 14:02:26 -07:00
parent 1f23ae8aae
commit dd3e574f81
3 changed files with 8 additions and 8 deletions

View file

@ -2383,6 +2383,7 @@ namespace smt {
if (m.is_lambda_def(q)) return;
expr * e = q->get_expr();
reset_cache();
if (!m.inc()) return;
SASSERT(m_ttodo.empty());
SASSERT(m_ftodo.empty());