Summary
Describes a constraint in a number-placement puzzle (such as a Thermometer Sudoku) where a series of cells must be
in ascending order.
Constructors
|
Describes a constraint in a number-placement puzzle (such as a Thermometer Sudoku) where a series of cells must be
in ascending order. |
Static methods
Instance methods
Instance properties
| int[] | |
Contains the region of cells affected by this constraint (the “thermometer”). The order of cells in this array
is significant as the constraint assumes these to be ordered from smallest to largest value. |
| bool | | Refer to the documentation for Constraint.CanReevaluate. |
| int | | Specifies the minimum difference between adjacent cells. |