Sudoku Problem Definition

Sudoku is a puzzle that requires players to complete a partially filled 9 × 9 grid with digits 1 to 9 such that each row, each column and each of the nine 3 × 3 boxes (shown in Figure 1 in thick border lines) contain different digits.

The Gecode implementation has hardcoded the sudoku problem. You can modify the sudokuArray in order to solve different sudoku problems.

The Gecode implementation has been uploaded to my github repository. You can see the source code at wangdaiwei/gecode.

Comments !

links

social