Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: PuzzleSolvers.Path

Summary

Contains some constants and values to help interpret cell values in path-genre puzzles (e.g., Masyu).

Static fields

intIdentifies a piece of the path in the shape of a mirrored Γ.
intIdentifies an empty cell (contains no part of the path).
intIdentifies a piece of the path in the shape of a Γ.
intIdentifies a horizontal piece of the path.
int[] Maps cell values (0–6) to an integer whose bit pattern represents which edges of the cell are crossed by the path (1 = up; 2 = right; 4 = down; 8 = left).
stringProvides a single-character visualization of a cell value.
string[]Provides a two-character visualization of a cell value.
intIdentifies a vertical piece of the path.
intIdentifies a piece of the path in the shape of a mirrored L.
intIdentifies a piece of the path in the shape of an L.