You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EqualityTerms are constructed with an upper of 0, which means that the upper and lower attributes can differ. I think that could lead to problems/confusion. Maybe lower and upper should be private, and we can add methods to get the bounds/rhs?
The text was updated successfully, but these errors were encountered:
EqualityTerm
s are constructed with anupper
of0
, which means that theupper
andlower
attributes can differ. I think that could lead to problems/confusion. Maybelower
andupper
should be private, and we can add methods to get the bounds/rhs?The text was updated successfully, but these errors were encountered: