Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.BetweenLineConstraint

Summary

Describes a “between line” constraint: every digit within the BetweenLineConstraint.InnerCells must lie numerically between the values in cells BetweenLineConstraint.Cap1 and BetweenLineConstraint.Cap2 (exclusive).

Constructors

BetweenLineConstraint(int cap1, int cap2, int[] innerCells)
Constructor.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

int The cell containing one of the caps of the between line. (see also remarks)
int The cell containing the other cap of the between line. (see also remarks)
int[]The set of cells along the between line.