Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.EqualSumsConstraint

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.

Constructors

EqualSumsConstraint(params IEnumerable<int>[] regions)
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.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

int[][]Contains the regions affected by this constraint. Each region is an array of cell indices.