Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.AntiCloneConstraint

Summary

Describes a constraint that mandates that multiple same-size regions cannot contain the exact same digits.

Constructors

AntiCloneConstraint(int[][] regions)
Constructor.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

int[][]Determines the regions that must not be equal.