Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
/ LatinExplainer Public archive

LatinExplainer is my modifications to SudokuExplainer to solve 9x9 latin squares.

License

Notifications You must be signed in to change notification settings

1to9only/LatinExplainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LatinExplainer

Development of the this program is stopped.

Instead the code will be integrated into my own version of SukakuExplainer: https://github.com/1to9only/SukakuExplainer.

Download from https://github.com/1to9only/SudokuExplainer - this has 'Sudoku Explainer for 4x4 - 25x25' sudoku sizes, and has Latin Square support for all of them.

LatinExplainer is my modifications to SudokuExplainer to solve 9x9 latin squares.

LatinExplainer is SudokuExplainer without the 3x3 block constraint, the numbers 1-9 must appear exactly once in each row and column.

Usage - GUI

java.exe -jar LatinExplainer.jar

Usage - serate

java.exe -Xrs -Xmx500m -cp LatinExplainer.jar diuf.sudoku.test.serate --format="%g ED=%r/%p/%d" --input=puzzles.txt --output=output.txt

Usage - manual

java.exe -cp LatinExplainer.jar diuf.sudoku.test.serate -m