Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.OneCellLambdaConstraint

Summary

Constrains a single cell to values that satisfy a lambda expression.

Constructors

OneCellLambdaConstraint(int affectedCell, Func<int, bool> isValid)
Constrains a single cell to values that satisfy a lambda expression.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

Func<int, bool>A function that determines whether a value is valid in the relevant cell.