Legend
| Constructor: KillerSudoku( |
string | field | 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. |
int | minValue | The minimum value to be used in the grid. |