Sudoku graph

Source: Wikipedia, the free encyclopedia.
Sudoku graph

In the

edges represent pairs of cells that belong to the same row, column, or block of the puzzle. The problem of solving a Sudoku puzzle can be represented as precoloring extension on this graph. It is an integral Cayley graph
.

Basic properties and examples

Counting neighbors of a cell on a Sudoku graph ()

On a Sudoku board of size , the Sudoku graph has vertices, each with exactly neighbors. Therefore, it is a regular graph. The total number of edges is . For instance, the graph shown in the figure above, for a board, has 16 vertices and 56 edges, and is 7-regular. For the most common form of Sudoku, on a board, the Sudoku graph is a 20-regular graph with 81 vertices and 810 edges.[1][2][3] The second figure shows how to count the neighbors of each cell in a board.

Puzzle solutions and graph coloring

Each row, column, or block of the Sudoku puzzle forms a clique in the Sudoku graph, whose size equals the number of symbols used to solve the puzzle. A graph coloring of the Sudoku graph using this number of colors (the minimum possible number of colors for this graph) can be interpreted as a solution to the puzzle. The usual form of a Sudoku puzzle, in which some cells are filled in with symbols and the rest must be filled in by the person solving the puzzle, corresponds to the precoloring extension problem on this graph.[1][2][3]

Algebraic properties

For any , the Sudoku graph of an Sudoku board is an

eigenvalues[4]

  • , with multiplicity ,
  • , with multiplicity ,
  • , with multiplicity ,
  • , with multiplicity ,
  • , with multiplicity , and
  • , with multiplicity .

It can be represented as a Cayley graph of the abelian group .[5]

Related graphs

The Sudoku graph contains as a subgraph the rook's graph, which is defined in the same way using only the rows and columns (but not the blocks) of the Sudoku board.

The 20-regular 81-vertex Sudoku graph should be distinguished from a different 20-regular graph on 81 vertices, the Brouwer–Haemers graph, which has smaller cliques (of size 3) and requires fewer colors (7 instead of 9).[6]

References