, , " " " ".
{A..F} Pax Charlie Martin " " ( , ), , , " " :
(A && B) || (A && C) || ... || (D && E) || (D && F) || (E && F)
- , , , , A B , - - ( ).
, , , () , :
:
, :
{x | x <- {A, B, C, D, E, F} | x}
reads "a set xwhere xis one of Athrough F, but xis true." In other words, given the set of variables Athrough F, a subset consisting of variables with true values has exactly two elements. (Use <=instead of '=' to express a different interpretation of your question.)
source
share