3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

Merge branch 'unstable' of https://github.com/jmgrosen/z3 into jmgrosen

This commit is contained in:
Christoph M. Wintersteiger 2015-10-19 14:53:06 +01:00
commit 9d505ec7ff

View file

@ -7835,7 +7835,7 @@ class FPRef(ExprRef):
return fpLEQ(self, other)
def __lt__(self, other):
return fpLEQ(self, other)
return fpLT(self, other)
def __ge__(self, other):
return fpGEQ(self, other)