Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.NoAdjacentConstraint

Summary

Represents a constraint in a number-placement puzzle that prohibits any of the values from appearing adjacent to one another.

Constructors

NoAdjacentConstraint(int width, int height, params int[] values)
Represents a constraint in a number-placement puzzle that prohibits any of the values from appearing adjacent to one another.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

intThe height of the puzzle grid.
int[]The set of values that are not allowed to appear adjacent to one another.
intThe width of the puzzle grid.