about [DiufSudoku.jar]

Programs which generate, solve, and analyze Sudoku puzzles

about [DiufSudoku.jar]

Postby skysea575 » Wed Jun 10, 2026 2:48 am

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.
skysea575
 
Posts: 25
Joined: 24 July 2019

Re: about [DiufSudoku.jar]

Postby denis_berthier » Wed Jun 10, 2026 5:46 am

.
I didn't try it, but it is NOT the "latest version of Sudoku Explainer". It's a rewritten version of SE, possibly with bugs. Nobody has ever heard of it before.
.
denis_berthier
2010 Supporter
 
Posts: 4678
Joined: 19 June 2007
Location: Paris


Return to Software