Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: No2x2sConstraint(int, int, params int[])

Declaration

public No2x2sConstraint(
    int width,
    int height,
    params int[] values
)

Summary

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

Parameters

intwidth Width of the puzzle grid.
intheight Height of the puzzle grid.
int[]values The set of values that cannot form a 2×2 area.