Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: AntiCloneConstraint(int[][])

Declaration

public AntiCloneConstraint(
    int[][] regions
)

Summary

Constructor.

Parameters

int[][]regions The regions that cannot contain identical values. Note that containing the same values in a different order is still allowed. Note also that regions of different sizes are treated separately.