Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Delegate: PuzzleSolvers.CustomConstraint

Declaration

delegate PuzzleSolvers.ConstraintResult PuzzleSolvers.CustomConstraint(
    PuzzleSolvers.SolverState state
)

Summary

Describes the function signature required for a LambdaConstraint. See Constraint.Process(SolverState) for parameter and return value documentation.