Legend
| Constructor: JigsawSudoku( |
string[] | stringifiedRegions |
An array of strings such as "A-C1,A-B2,A3" that describe the regions as coordinates in the same format
as Constraint.TranslateCoordinates( |
int | sideLength | Width and height of the Sudoku grid. |
int | minValue | Minimum value in the grid. |