Game-Sudoku-Solver

NAME

Game::Sudoku::Solver - Attempt to solve Sudoku puzzles

DESCRIPTION

Game::Sudoku::Solver provides a function that takes a Game::Sudoku puzzle and retuns the puzzle solved to the extent of it's abilities.

FUNCTIONS

The following function is exported by default when is module is used.

solve-puzzle( Game::Sudoku -> Game::Sudoku )

Takes a Game::Sudoku object and attempts to solve it by a series of simple tests looking for unique values.

Once it's run out of simple solutions it will then try depth first tree solutions on the result.

AUTHOR

Simon Proctor [email protected]

COPYRIGHT AND LICENSE

Copyright 2017 Simon Proctor

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

Game::Sudoku v1.1.4

Store, validate and solve sudoku puzzles

Authors

  • Simon Proctor

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Game::Sudoku
  • Game::Sudoku::Solver

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.