mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
This commit is contained in:
parent
7b3a587505
commit
d450fd4227
2 changed files with 3 additions and 1 deletions
|
@ -166,9 +166,9 @@ namespace q {
|
|||
todo.push_back(e);
|
||||
while (!todo.empty()) {
|
||||
expr* t = todo.back();
|
||||
todo.pop_back();
|
||||
if (m_mark.is_marked(t))
|
||||
continue;
|
||||
todo.pop_back();
|
||||
m_mark.mark(t);
|
||||
if (is_ground(t)) {
|
||||
add_watch(ctx.get_egraph().find(t), clause_idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue