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
| int | width |
Width of the whole puzzle grid. |
| int | height |
Height of the whole puzzle grid. |