Closed Kasche153 closed 1 month ago
Seems to be an error for >= and <= operators when compared to ==.
Example:
>>>comparator = Comparator() >>>print(comparator.compare("x <= y", "x == y")) >>>The predicates are not equivalent and neither is stronger. >>print(comparator.compare("x >= y", "x == y"))
Seems to be an error for >= and <= operators when compared to ==.
Example: