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
Currently, if the lower approximation of a prop is True, then we just reduce the expression to True. Similarly, we should add the optimization such that if the lower approximation of a real is a Dyadic, then we just reduce to that dyadic.
The text was updated successfully, but these errors were encountered:
Currently, if the lower approximation of a
prop
isTrue
, then we just reduce the expression toTrue
. Similarly, we should add the optimization such that if the lower approximation of areal
is aDyadic
, then we just reduce to that dyadic.The text was updated successfully, but these errors were encountered: