Nested enum: PuzzleSolvers.FindTheValueConstraint.CellDirection
Summary
Used to indicate directions in
FindTheValueConstraint(int, int, int, FindTheValueConstraint.CellDirection, int).
Enum values
| 2 | Down (positive Y direction). |
| 3 | Left (negative X direction). |
| 1 | Right (positive X direction). |
| 0 | Up (negative Y direction). |