Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.ThreeCellLambdaConstraint

Summary

Constrains three cells to values that satisfy a lambda expression.

Constructors

ThreeCellLambdaConstraint(int affectedCell1, int affectedCell2, int affectedCell3, Func<int, int, int, bool> isValid)
Constrains three cells to values that satisfy a lambda expression.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

Func<int, int, int, bool>A function that determines whether a set of values is valid in the relevant cells.