Status: IN
The Two Out of Three solution expresses "appears in >= 2 of 3 arrays" as the union of all pairwise set intersections: `(s1 & s2) | (s1 & s3) | (s2 & s3)`.
Source: entries/2026/06/06/two-out-of-three-solution.md
JSON