Ah
http://magictour.free.fr/suexmu35http://magictour.free.fr/suex9sthey are not listed but the links work !
No it generates how many minimals you set the seed to !
eg C:\suex9s file.txt seed 10000 27 p>filesols
This will generate 10,000 sudoku puzzles [size 28 and bigger] from a single [partial or full] grid and print them to another file.
It can do multiple grid lines at the same time -
You wont get all possible minimals ........at least not in your lifetime.....there are perhaps 10^16 per grid...see post
http://forum.enjoysudoku.com/viewtopic.php?t=4771suexmult/suexmu35
Here is an good example
with 14 common clues use suexmult.exe over this text file
- Code: Select all
111121211121111111121111111111211112211111111211111211211121111111111111111112122
639241785284765193517983624123857946796432851458619237342178569861594372975326418
suexmult file.txt 3 1 = 29 sudokus
suexmult file.txt 3 4 = 29 [17 clue] sudokus found
suexmult file.txt 4 4 = 2076 [18 clue] sudokus found
.......a considerable number of these will be non minimal.
EDIT...using suexmu35.exe which is modified to only print or count minimal puzzles
suexmu35 sf.txt 4 4 = 397 [18 clue] sudokus found
suexmu35 sf.txt 5 4 = 6316 [19 clue] sudokus found
the 2 is the mask clue the 1 is a possible clue and the 0 is omitted clue
3 2 prints progress
3 4 counts sudokus
to use it as a pattern mask use all [except 1] 2s and a single 1 command: suexmult file.txt 1 1
this will solve over all your grids
It works !
C