mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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);
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue