Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.SingleLoopConstraint

Summary

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

Constructors

SingleLoopConstraint(int width, int height)
Represents a constraint in a path puzzle such as Masyu that mandates that the path must form a single connected loop.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.