Summary
Describes a constraint that mandates that the specified
values must form a contiguous
(orthogonally connected) area.
Constructors
|
Describes a constraint that mandates that the specified values must form a contiguous
(orthogonally connected) area. |
Static methods
| HashSet<int> | FindArea(int cell, int width, int height, Func<int, bool> isValue) |
Provides a helper method to determine if an area is contiguous. |
Instance methods
Instance properties
| int | | Height of the puzzle grid. |
| int[] | | Set of values that must form a contiguous area. |
| int | | Width of the puzzle grid. |