Is it possible to get hold of a new SE gui version with the fixes - or is there a way to run the gui from the fixed .jar ???
or build it myself?
BryanL wrote:Is it possible to get hold of a new SE gui version with the fixes - or is there a way to run the gui from the fixed .jar ???
or build it myself?
lksudoku wrote:Or in the command line type
java -jar FIXED8SudokuExplainer.jar
the 8 can be changed to whatever version you choose
daj95376 wrote:The last "fixed" version that I've seen was for version 6. Where's the announcement/link for the later versions?
In a Command Prompt window, e.g. ... java -cp FIXED3SudokuExplainer.jar diuf.sudoku.gui.SudokuExplainer
or from an Explorer window, double-click on the *.jar file
Or in the command line type
java -jar FIXED8SudokuExplainer.jar
lksudoku wrote:f.
Added a command line option for serate to rate puzzles in batch mode, where all lowest rating hints of same rating are applied concurrently, to use this mode add the argument -b or --batch to serate command line
command line option description:
This change only effects serate, and only when the new -b or --batch command argument is used
lksudoku wrote:daj95376 wrote:The last "fixed" version that I've seen was for version 6. Where's the announcement/link for the later versions?
It was announced in this thread http://forum.enjoysudoku.com/post205582.html#p205582
Fixes g and h, although these are more of enhancements than fixes, and they apply only to serate
java -Xrs -Xmx500m -cp Fixed8SudokuExplainer.jar diuf.sudoku.test.serate -b -t
-ipuzzles.txt -orated.txt -f"%g ED=%r/%p/%d"
java -Xrs -Xmx500m -cp Fixed8SudokuExplainer.jar diuf.sudoku.test.serate -b --time
-ipuzzles.txt -orated.txt -f"%g ED=%r/%p/%d"
java -Xrs -Xmx500m -cp Fixed8SudokuExplainer.jar diuf.sudoku.test.serate --batch --time
-ipuzzles.txt -orated.txt -f"%g ED=%r/%p/%d"
>> 224.78 seconds
daj95376 wrote:
Maybe it's time to include the "run-time options in effect" as part of each run's output.
-l, --log
log the steps done while rating, print the technique moves done while
rating the puzzle
lksudoku wrote:3 more fixes/enhancements to serate
daj95376 wrote:
I'm having problems with serate. Here are three different execution lines.
Only the last returned timing information; but I have no confidence that the batch mode option was recognized.
- java -Xrs -Xmx500m -cp Fixed8SudokuExplainer.jar diuf.sudoku.test.serate -b -t -ipuzzles.txt -orated.txt -f"%g ED=%r/%p/%d"
- java -Xrs -Xmx500m -cp Fixed8SudokuExplainer.jar diuf.sudoku.test.serate -b --time -ipuzzles.txt -orated.txt -f"%g ED=%r/%p/%d"
- java -Xrs -Xmx500m -cp Fixed8SudokuExplainer.jar diuf.sudoku.test.serate --batch --time -ipuzzles.txt -orated.txt -f"%g ED=%r/%p/%d"
Pat wrote:with -cp i expect you must use the -- ( double hyphen ) for our options
-d, --diamond
Terminate rating if the puzzle is not a diamond.
-p, --pearl
Terminate rating if the puzzle is not a pearl.