Jump to content

Sudoku: Difference between revisions

m
Line 4,315:
watch.Stop()
let total = watch.ElapsedMilliseconds
printfnprintf $"Puzzles:{num}, Total:{total} ms, Average:{((float total) /(float num))} ms"
printfn " (i7500U @2.7GHz CPU, 16GB Ram)"
 
Console.ReadKey() |> ignore
Line 4,388 ⟶ 4,389:
Elapsed milliseconds = 8 ms
10000 puzzles in sudoku17
Puzzles:10000, Total:46090 ms, Average:4.609 ms (i7500U @2.7GHz CPU, 16GB Ram)</pre>
 
===The Function SLPsolve===
Cookies help us deliver our services. By using our services, you agree to our use of cookies.