Serg wrote:I searched for new "sudoku.exe" executable for Windows and didn't find it going by your links
search for "windows executable"
you will find this --
Serg wrote:I searched for new "sudoku.exe" executable for Windows and didn't find it going by your links
Telkin wrote:I have just downloaded GSF Sudoku Solver, so I can generate puzzles
How do I use this to generate puzzles
I am using Windows
all I see is a command prompt window when I launch it up
Pat wrote:Telkin wrote:I have just downloaded GSF Sudoku Solver, so I can generate puzzles
How do I use this to generate puzzles
I am using Windows
all I see is a command prompt window when I launch it up
you first launch a command prompt
and there you invoke gsf's software with suitable options
e.gsudoku -gt <layout.TXT >puzzles.TXT
many options --
manual at http://www2.research.att.com/~gsf/man/man1/sudoku.html
Telkin wrote:I have tried the commands and nothing happens
. O . . . O . . O
O . . . . . . O .
. . O O O . . . .
. . O . . . . O .
. . O . . . . . .
O . . . . O O . .
. . . . . O O . .
. O . O . . . . O
O . . . . . . O .
Telkin wrote:I get no response
Telkin[img] wrote:I am using windows but all I see is a command prompt window when I launch it up. I am using Windows. Thank you in advance.
eleven wrote:Telkin,
under windows i make batch files to use gsf's program. You then just can double click on them in the explorer to start it.
For Pat's example you can start notepad (click start and enter "notepad") and copy Pat's pattern there. Then save it in the directory, where you have gsf's sudoku.exe as layout.txt.
Open a new notepad and copy there:
sudoku -gt < layout.txt > generated.txt
Save this as generate.bat in the same directory.
Then go to this directory in the explainer and double click on this generate.bat. (With a right click you can select to change it)
A black cmd.exe window (the same you get when you click start and enter "cmd") will pop up saying:
<path>\sudoku -gt 0<layout.txt 1>generated.txt
After some minutes you can find generated puzzles, when you open generated.txt in this directory.
You stop it by typing CTRL+C into the cmd window - or just close the window.
Note, that in the batch files you have to type a double % sign instead of a single one directly from the command line.
E.g. to canonicalize a list of puzzles instead of
sudoku -qFN -f%#0c %#0v "%i" puzzles.txt > canonicalized.txt
write into the batch file (say canonicalize.bat)
sudoku -qFN -f%%#0c %%#0v "%%i" puzzles.txt > canonicalized.txt
Pat wrote:JasonLion wrote:I can host the file here if someone sends it to me.
okay here it is (attached)
dukuso2 wrote:I remember we had a micro-sd circulating by snail-mail
with the code and all the data
(when was that, maybe I search it later)