Declaration
public ParityNoTripletsConstraint(
IEnumerable<int> affectedCells
)Summary
Describes a constraint in a number-placement puzzle that mandates that the parity (odd/evenness) of the values
cannot form triplets in a row/column.
Remarks
This constraint enforces a single row or column. For a full Binairo puzzle, you will need instances of this
constraint for every row and every column.