mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3d1c40ce23
commit
c4480337c4
|
@ -2519,7 +2519,6 @@ bool theory_seq::occurs(expr* a, expr* b) {
|
|||
b = m_todo.back();
|
||||
if (a == b || m.is_ite(b)) {
|
||||
m_todo.reset();
|
||||
std::cout << " yes\n";
|
||||
return true;
|
||||
}
|
||||
m_todo.pop_back();
|
||||
|
|
Loading…
Reference in a new issue