mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 10:30:44 +00:00
also normalize or_op
This commit is contained in:
parent
c7a80eaf5d
commit
0a8879b505
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ namespace polysat {
|
||||||
vars().push_back(v);
|
vars().push_back(v);
|
||||||
|
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case code::and_op:
|
case code::and_op: Z3_fallthrough;
|
||||||
|
case code::or_op:
|
||||||
if (p.index() > q.index())
|
if (p.index() > q.index())
|
||||||
std::swap(p, q);
|
std::swap(p, q);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue