Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.LambdaConstraint

Summary

Can be used to describe any constraint that applies to the whole puzzle using a lambda expression.

Constructors

LambdaConstraint(CustomConstraint lambda, IEnumerable<int> affectedCells = null)
Can be used to describe any constraint that applies to the whole puzzle using a lambda expression.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

CustomConstraintThe function used to evaluate this constraint.