Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.No2x2sConstraint

Summary

Describes a constraint that prevents a specified set of values from forming a 2×2 area within a 2D grid.

Constructors

No2x2sConstraint(int width, int height, params int[] values)
Describes a constraint that prevents a specified set of values from forming a 2×2 area within a 2D grid.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

intHeight of the puzzle grid.
int[]The set of values that cannot form a 2×2 area.
intWidth of the puzzle grid.