1to9only / LatinExplainer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:Java 94.9%Language:HTML 5.1%