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.
java.exe -jar LatinExplainer.jar
java.exe -Xrs -Xmx500m -cp LatinExplainer.jar diuf.sudoku.test.serate --format="%g ED=%r/%p/%d" --input=puzzles.txt --output=output.txt
java.exe -cp LatinExplainer.jar diuf.sudoku.test.serate -m