Module solver

Source
Expand description

Sudoku solving routines.

Structs§

SolutionIter
An iterator which produces the set of solutions to a sudoku-style puzzle.

Functions§

solve
Solve a sudoku puzzle.
valid
Test whether a sudoku board state obeys the contraints of the game.