SIGN IN SIGN UP

ConstraintAnalysis: Do not add something already known to be true when ANDing (#8889)

If `X -> Y` (X proves Y), then we can avoid adding Y when doing `X && Y`

(Formally, if `Y -> Z` (Y proves something useful Z) then `X -> Y -> Z`
so X proves it already.)
A
Alon Zakai committed
21a717e8e8b3bc925b8f6e3a1c459b8d23df99cb
Parent: d36c953
Committed by GitHub <noreply@github.com> on 7/8/2026, 8:53:33 PM