for help about gsf,suexratt,sudoku so

Programs which generate, solve, and analyze Sudoku puzzles

for help about gsf,suexratt,sudoku so

Postby skysea575 » Wed Jul 24, 2019 2:22 am

On http://magictour.free.fr/sudoku.htm, see a piece of software, there are a lot of people use, but I didn't find the software instructions, who will help me to write a manual? Thank you very much.

The name of the software:
a1) sudoku-rating, new program; faster but less canonical suexrat9.exe
c) sudoku-generating: suexg


In addition, GSF sudoku.exe software how to use?

Thank you very much.
skysea575
 
Posts: 17
Joined: 24 July 2019

Re: for help about gsf,suexratt,sudoku so

Postby coloin » Wed Jul 24, 2019 10:44 pm

They are dos based programs

gsf's sudoku-64 still works in a black dos windows10 box

navigate to the directory where sudoku-64 is

eg C:/sudoku

and also in that directory have a text file with the puzzle [each puzzle would have to be in the form of 81 character text string ]
[boxer text editor is good] [http://www.boxersoftware.com/pgdown.htm]

for example to rate a puzzle or batch of puzzles you would type

sudoku-64 -q1 file.txt > rating01.txt

typing sudoku-64 does give you instructions but they are not intuitive

dukuso's programs need a virtual dosbox to work - unless you use windows 7 !

https://www.dosbox.com/download.php?main=1

suexrat9 file.txt 1000 > rating.txt
suexratt file.txt 1000 2 > rating.txt

typing suexrat9 or suexratt gives you instructions too

If you want help with the other programs specifically i can probably help
coloin
 
Posts: 2380
Joined: 05 May 2005
Location: Devon

Re: for help about gsf,suexratt,sudoku so

Postby skysea575 » Thu Jul 25, 2019 11:51 am

thanks a lot.

now i only know:GSF sudoku.exe software,***I don't know The use of the other parameters. I want to know the program detailed @@manual@@***

post219218.html?hilit=gsf.exe#p219218

sudoku -gt -n20 <Layout.TXT> Puzzles.TXT

layout.TXT
. O . . . O . . O
O . . . . . . O .
. . O O O . . . .
. . O . . . . O .
. . O . . . . . .
O . . . . O O . .
. . . . . O O . .
. O . O . . . . O
O . . . . . . O .
skysea575
 
Posts: 17
Joined: 24 July 2019

Re: for help about gsf,suexratt,sudoku so

Postby Wecoc » Sat May 02, 2020 12:11 am

dukuso's programs need a virtual dosbox to work - unless you use windows 7 !


Yes, most of these are for 32-bits Windows 7. They have 15 years so no wonder they are so outdated. Sorry if this is asking too much, but is there any chance of getting a 64-bits updated version? (or maybe a DLL version so it could be called using Win32API, maybe something like in this topic).

This looks like an excellent compilation of useful tools, but using a virtual box reduces their speed, and makes everything quite tedious. Also, because of that, I tried to call the suexk.exe from my solver but it simply can't execute it :(
Wecoc
 
Posts: 76
Joined: 08 April 2019
Location: Girona, Catalonia

Re: for help about gsf,suexratt,sudoku so

Postby 1to9only » Sat May 02, 2020 10:50 am

from the website (link posted in post#1):
Code: Select all
my programs usually have their C-source-code attached to the executable.
If your editor can't handle this, you can uncover the attached
source code from my programs with this program: unattach
source-code of this program: unattach.c

The C source can be extracted from the programs, and re-compiled using your favorite compiler.
User avatar
1to9only
 
Posts: 4175
Joined: 04 April 2018


Return to Software