Sukaku Explainer 1.10.4 is released.
Main Repository page has a brief description of the project
The main Wiki page for the Sukaku Explainer projectThis release will allow you to rate and use Sukaku explainer in
Sudoku Explainer v1.2.1 compatibility mode:
In the GUI goto Options menu &
select "Bring back SE121". The frame title should change to show that you are in explainer v1.2.1 compatibility mode & if you press the Options menu again you would see that "Bring back SE121" has been selected. Here a screen shot of how the option is highlighted before selection (Note that because it hasn't been selected yet, the frame title change and the selection mark haven't appeared yet, The image below it shows you the Options menu after "Bring back SE121" had been selected)
This release will also allow you to select/deselect the new rating system that was discussed earlier
A solved cell now appears in Blue font as discussed above and elsewhere
To rate puzzles from command line in sudoku Explainer compatibility
mode similar to what is being used currently in the Patterns Game use (% must be entered as %% in windows .bat files and shortcut commands):
- Code: Select all
java.exe -Xrs -Xmx500m -cp SukakuExplainer.jar diuf.sudoku.test.serate
--techs=1111111111110110111100101001111111 -U0 -G0 -t0 --format="%g ED=%r/%p/%d"
--input=puzzles.txt --output=puzzles.rated.txt
This would effectively enable all original techniques, disable all new techniques and disable lkSudoku bug fixes to both BUG and Uniqueness
The new command line options:
- Code: Select all
-G, --islkSudokuBUG=N
Enable/disable lkSudoku "Bivalue Universal Grave" bug fix 0=disabled 1=enabled (Default)
-U, --islkSudokuURUL=N
Enable/disable lkSudoku Uniqueness bug fix 0=disabled 1=enabled (Default)
The added techniques "4,5 and 6 strong links" are disabled by default and if needed will require selection from the Techniques selection menu in GUI and via "--techs=" in Command line.
In command line if you leave "--techs=" without numbers behind it it will give you an idea of the technique set used and which are disabled/enabled by default
There will be also the experimental "Variants" drop down menu which at this moment is still "Static" pending more experiments which I'll update you about