mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
reset visited (fast mark) to not clash with occurs
This commit is contained in:
parent
6662afdd26
commit
59b7845c7d
4 changed files with 19 additions and 14 deletions
|
@ -129,7 +129,8 @@ namespace euf {
|
|||
todo.push_back(var2id(e));
|
||||
}
|
||||
m_todo.reset();
|
||||
|
||||
visited.reset();
|
||||
|
||||
if (!is_safe) {
|
||||
todo.shrink(todo_sz);
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue