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
I'd be interesting in sponsoring some additional logic for simplification. We'd like to use symbolics to understand bitwise operators as well. For instance...
(A | B) & (A | C) & (A | D) -> A & (B | C | D)
(A OR B) AND (NOT (A AND B)) -> A XOR B
Or 2 & 6 -> 2
Let me know if this is something you could add, and ping back about how we could sponsor this to get it in sooner.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'd be interesting in sponsoring some additional logic for simplification. We'd like to use symbolics to understand bitwise operators as well. For instance...
(A | B) & (A | C) & (A | D) -> A & (B | C | D)
(A OR B) AND (NOT (A AND B)) -> A XOR B
Or 2 & 6 -> 2
Let me know if this is something you could add, and ping back about how we could sponsor this to get it in sooner.
Thanks,
-Karl
Beta Was this translation helpful? Give feedback.
All reactions