Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.UniquenessConstraint

Summary

Describes a constraint that mandates that a region of cells must have different values.

Constructors

UniquenessConstraint(IEnumerable<int> affectedCells)
Describes a constraint that mandates that a region of cells must have different values.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.
string
  • Overrides: object.ToString()
Override.

Instance properties

int[]The cells that must have different values.
boolRefer to the documentation for Constraint.CanReevaluate.