<div dir="ltr"><div>Hello,<br><br>the comparisons >=, <=, >, < cannot be optimized this way. Not every order is a total order. For example, sets a = {1, 2} and b = {2, 3} are incomparable (in the sense that both a >= b and a <= b is False), and it is no pathology.<br><br></div>Regards, Adam Bartoš<br></div>