Hajime wrote::::comment:::
m_b_metcalf wrote:You must play in turn. Between submissions you must wait 10 minutes for a standard game, but not for a LIGHTNING game.
Thanks Mike. And what command do you use to rate your submission? I use:
java.exe -cp SukakuExplainer.jar diuf.sudoku.test.serate --input=in.txt --output=out.txt
I use something equivalent to
java -cp SukakuExplainer.jar diuf.sudoku.test.serate --techs=1111000011010111011011011011000010100010111111 -G0 -U0 --input=in.txt --output=out.txt
IIRC, the extra parameters cause SukakuExplainer to act like the old SudokuExplainer, still used by
g.r.emlin. 1to9only will correct me if I'm wrong.
Mike