I downloaded the latest version of sudoku-explainer from https://sourceforge.net/projects/sudoku-explainer/, and after extracting it, I found a file named `DiufSudoku.jar` in the `dist` directory.
However, when I used my previous rating command:
```
java -Xrs -Xmx1G -cp modified-SudokuExplainer.jar diuf.sudoku.test.serate -f"%g %r/%p/%d" --input=topn907.txt --output=topn907-ratings.txt
```
and changed it to:
```
java -Xrs -Xmx1G -cp DiufSudoku.jar diuf.sudoku.test.serate -f"%g %r/%p/%d" --input=top23655-570.txt --output=top23655-570-ratings.txt
```
the rating process failed.
Could anyone help me with this issue? Thank you very much.

