Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.NoTouchModuloConstraint

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

NoTouchModuloConstraint(int width, int height, int modulo)
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

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

intThe height of the grid this constraint applies to.
intThe width of the grid this constraint applies to.
intThe quotient modulo which the constraint is computed.