mirror of
https://github.com/Z3Prover/z3
synced 2025-06-17 19:36:17 +00:00
parent
f5cd4e3ac0
commit
8ae42b5ae1
1 changed files with 3 additions and 3 deletions
|
@ -2386,8 +2386,8 @@ namespace smt {
|
||||||
expr * e = q->get_expr();
|
expr * e = q->get_expr();
|
||||||
reset_cache();
|
reset_cache();
|
||||||
if (!m.inc()) return;
|
if (!m.inc()) return;
|
||||||
SASSERT(m_ttodo.empty());
|
m_ttodo.reset();
|
||||||
SASSERT(m_ftodo.empty());
|
m_ftodo.reset();
|
||||||
|
|
||||||
if (is_clause(m, e)) {
|
if (is_clause(m, e)) {
|
||||||
process_clause(e);
|
process_clause(e);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue