Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.TwoCellLambdaConstraint

Summary

Constrains two cells to values that satisfy a lambda expression.

Constructors

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

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

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