Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: PuzzleSolvers.Exotic.TrackConstraint

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.

Constructors

TrackConstraint(IEnumerable<int> affectedCells)
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.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.