Summary
Describes a constraint in a number-placement puzzle that indicates that whatever value the specified
FindTheValueConstraint.Cell contains, the cell that many steps away must contain
FindTheValueConstraint.Value.
Example
For example, if
FindTheValueConstraint.Cell is the top-left corner and the constraint covers the top row, then
FindTheValueConstraint.Cell can only contain a 3 if the fourth cell (3 cells to the right of the top-left corner) contains
FindTheValueConstraint.Value.
Constructors
| Constructor. |
|
Convenience constructor to generate a FindTheValueConstraint given a grid position, size, and a
direction. |
Instance methods
Instance properties
Nested types