+ Unlike methods :meth:`LinExpr.__lt__`, :meth:`LinExpr.__le__`, :meth:`LinExpr.__ge__`, :meth:`LinExpr.__gt__`, the result is a boolean value, not a polyhedron.
+ To express that two linear expressions are equal or not equal, use functions :func:`Eq` and :func:`Ne` instead.