Skip to content

Commit

Permalink
fix #4433
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jun 3, 2020
1 parent f5cd4e3 commit 8ae42b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/smt/smt_model_finder.cpp
Expand Up @@ -2386,9 +2386,9 @@ namespace smt {
expr * e = q->get_expr();
reset_cache();
if (!m.inc()) return;
SASSERT(m_ttodo.empty());
SASSERT(m_ftodo.empty());

m_ttodo.reset();
m_ftodo.reset();
if (is_clause(m, e)) {
process_clause(e);
}
Expand Down

0 comments on commit 8ae42b5

Please sign in to comment.