-
-
15 Apr 2006 15:49:02 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (956 / 0 / 0)
- Kwalitee
Bus factor: 0- 90.71% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (9.66KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.41
- Enhanced solver and added tests for previously unsolvable puzzles:
- 2 examples by Jean-Pierre Vidal
- 6x6 puzzles, example from Brian Helterline
- 16x16 puzzle from sudokusolver.com
- 15x15 puzzle from sudoku.com's sud.exe
- Several "evil" puzzles from WebSudoku
- Allows \%config to be passed in, thanks to Brian Helterline
- Added board validation
- Bugs fixed: _get_or_set_square: Worked for squares but not rectangles. 1. Had $x and $y reversed in accessing $self->{board} 2. Was using $v_squares instead of $h_squares _array_to_text: 3. Wasn't using a copy of $self->{board}, so printing a solution for debugging purposes screwed up later processing. _retry: 4. Wasn't correctly copying and restoring $self->{board}, so it wasn't able to brute force the solution to some hard problems.
Modules
Fast and simple Sudoku puzzle solverOther files
Module Install Instructions
To install Games::Sudoku::Lite, copy and paste the appropriate command in to your terminal.
cpanm Games::Sudoku::Lite
perl -MCPAN -e shell install Games::Sudoku::Lite
For more information on module installation, please visit the detailed CPAN module installation guide.