Hi gsf,
how fast is your solver?
On average, would it solve 2000 puzzles per second, 4000, or more?
Moschopulus wrote:how fast is your solver?
On average, would it solve 2000 puzzles per second, 4000, or more?
sudoku -d -qFN -f- -Fpuzzles=%n%,guesses=%Q%,iterations=%I%,seconds=%t FNBTXYW-1-con.dat
sudoku -u -d -qFN -f- -Fpuzzles=%n%,guesses=%Q%,iterations=%I%,seconds=%t FNBTXYW-1-con.dat
Sue De Coq wrote:It's much faster to find multiple solutions to a single puzzle, which typically requires Araidne's Thread to be unwound just a few steps, than to solve puzzles from scratch, which requires Ariadne's Thread to be built up over the entire grid. Even so, the gsf solver is still seriously fast. My solver uses JDK 1.5, which one would expect to run slower than the optimized native code used by gsf, but not by the observed factor. Back to the profiler ...