mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
f5cd4e3ac0
commit
8ae42b5ae1
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue