mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
no need to handle both x=y and y=x
This commit is contained in:
parent
73757e3fa4
commit
ec4be975ee
1 changed files with 3 additions and 0 deletions
|
@ -769,6 +769,9 @@ namespace polysat {
|
||||||
// m_disequality_conflict = n;
|
// m_disequality_conflict = n;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// without this check, when p = x - y we would handle both x = y and y = x separately
|
||||||
|
if (body.is_unary())
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue