Legend
| Constructor: SumUniquenessConstraint( |
int | sum | The total that the cells must sum up to. |
IEnumerable<int> | affectedCells | The set of cells affected by this constraint (the “cage”). |
int | minValue | The minimum value of numbers in the grid for this puzzle. |
int | maxValue | The maximum value of numbers in the grid for this puzzle. |