Legend
| Constructor: TripletValidityConstraint( |
| int[][] | triplets | The triplets of cells affected by this constraint. |
| int | numValid | Specifies how many of the triplets must satisfy the isValid predicate |
| Func<int, int, int, bool> | isValid | The validity predicate. |