Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: KillerSudoku(string, params int[])

Declaration

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

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.