Declaration
public EqualSumsConstraint(
params IEnumerable<int>[] regions
)Summary
Describes a constraint in a number-placement puzzle (such as Sudoku) where several regions must have the same sum,
but the sum is not given.
Parameters
| IEnumerable<int>[] | regions |
Specifies the regions affected by this constraint. Each region is an array of cell indices. |