Summary
Describes a constraint in a number-placement grid puzzle where the values in orthogonally adjacent cells (NOT
including diagonals) cannot have the same remainder modulo a fixed quotient.
Constructors
|
Describes a constraint in a number-placement grid puzzle where the values in orthogonally adjacent cells (NOT
including diagonals) cannot have the same remainder modulo a fixed quotient. |
Instance methods
Instance properties
| int | | The height of the grid this constraint applies to. |
| int | | The width of the grid this constraint applies to. |
| int | | The quotient modulo which the constraint is computed. |