mirror of
https://github.com/Z3Prover/z3
synced 2025-04-20 07:36:38 +00:00
also normalize or_op
This commit is contained in:
parent
c7a80eaf5d
commit
0a8879b505
|
@ -28,7 +28,8 @@ namespace polysat {
|
|||
vars().push_back(v);
|
||||
|
||||
switch (c) {
|
||||
case code::and_op:
|
||||
case code::and_op: Z3_fallthrough;
|
||||
case code::or_op:
|
||||
if (p.index() > q.index())
|
||||
std::swap(p, q);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue