Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: KillerSudoku(string, int[], int)

Declaration

public KillerSudoku(
    string field,
    int[] sums,
    int minValue
)

Summary

Constructs a Killer Sudoku with cages (regions) that each have a SumConstraint and a UniquenessConstraint.

Parameters

stringfield A string containing letters A, B, etc. identifying the cages (one letter per cell in the grid).
int[]sums The sums associated with each cage in the same order as the letters.
intminValue The minimum value to be used in the grid.