Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.PermutationUniquenessConstraint

Summary

Describes a CombinationsConstraint that also implies a UniquenessConstraint.

Constructors

PermutationUniquenessConstraint(IEnumerable<int> affectedCells, int minValue, int maxValue, Func<int[], bool> predicate)
Constructs a PermutationUniquenessConstraint by generating all permutations of numbers between minValue and maxValue that satisfy the given predicate.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.
stringOverride.