Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: SingleLoopConstraint(int, int)

Declaration

public SingleLoopConstraint(
    int width,
    int height
)

Summary

Represents a constraint in a path puzzle such as Masyu that mandates that the path must form a single connected loop.

Parameters

intwidth Width of the whole puzzle grid.
intheight Height of the whole puzzle grid.