Declaration
public TrackConstraint(
IEnumerable<int> affectedCells
)Summary
Describes a constraint as used in Ludoku by Brawlbox
(https://logic-masters.de/Raetselportal/Raetsel/zeigen.php?id=000CX2). Two cells that are n steps from one another
along the track can’t both have the number n. The track is assumed to be a closed loop.
Parameters
| IEnumerable<int> | affectedCells |
Describes the track. The order of the cells is significant, and the track is assumed to loop back on itself. |