Legend 
  | Constructor: FrameSumSudoku( | 
| int | minLength | The minimum number of cells included in the sum. | 
| int | maxLength | The maximum number of cells included in the sum. | 
| int[] | cluesClockwiseFromTopLeft | The 36 clues surrounding the grid in clockwise order, starting with the clues above the columns. | 
| int | minValue | The minimum value used in the puzzle. |