Python source code for his 4-grid Sudoku (ala' Denis Berthier) may be found on my dropbox at:BigSdk
https://www.dropbox.com/scl/fo/usiwk90hd14b405ry2h9y/h?rlkey=tn0oygefkwmi5g3lnlfxsjtyq&dl=0
Python source code for his 4-grid Sudoku (ala' Denis Berthier) may be found on my dropbox at:BigSdk
000000075000080094000500600010000200000900057006003040001000023080000006063240000
000000000000001023000020140000040000003000050060700080020008000605900402907650800 <- canonical form
RichardGoodrich wrote:... 2nd best is just to find a MinLex program I can actually run. So far I have tried only one and even though it was a jar file, I could not get it to run!
1to9only wrote:From another thread.RichardGoodrich wrote:canonical.py does calculate the (true) minlex of a sudoku grid.
It is slow (about 2s for a sudoku grid, 4s for a solved sudoku grid, 32s for an empty sudoku grid).
RichardGoodrich wrote:How did you measure it?