catalog of all essentially different grids

Everything about Sudoku that doesn't fit in one of the other sections

Re: catalog of all essentially different grids

Postby ronk » Thu Apr 05, 2012 10:40 am

gsf wrote:I just got an 8Gib micro-SD with SD adapter, and copied the catalog, with md5 sums to it
1.7Gib unused
will put it in the mail tomorrow

"payment" is the current recipient paying the post for the next recipient

I would like for this memory card to be sent to me. Does anyone know where it is now?
ronk
2012 Supporter
 
Posts: 4764
Joined: 02 November 2005
Location: Southeastern USA

Re: catalog of all essentially different grids

Postby JPSangin » Fri Apr 06, 2012 12:31 pm

Hi

I sent it to Gordon Royle last month.

It would be better to write a dvd with all sudoku solution grids rather than all sudz files.

JPS
JPSangin
 
Posts: 6
Joined: 10 July 2010

Re: catalog of all essentially different grids

Postby enxio27 » Tue Dec 31, 2013 1:12 am

Is there any way I could get a copy of that catalog? Maybe this would be a good candidate for a torrent. (There ARE legitimate uses for torrenting. . .)
User avatar
enxio27
 
Posts: 532
Joined: 13 November 2007

Re: catalog of all essentially different grids

Postby enxio27 » Tue Dec 31, 2013 3:00 am

gsf wrote:
Code: Select all
sudoku -gb299 -f '%#ec' -o 299.sudz

I get the following error:

sudoku: sudz SUDZ_WRITE open failure


What am I doing wrong? (WinXP Pro SP3)

gsf wrote:post here if you want on the list
include your country so the mailing can be optimized for distance

Yes, please! U.S.
User avatar
enxio27
 
Posts: 532
Joined: 13 November 2007

Re: catalog of all essentially different grids

Postby eleven » Tue Dec 31, 2013 5:18 pm

enxio27 wrote:
gsf wrote:
Code: Select all
sudoku -gb299 -f '%#ec' -o 299.sudz

I get the following error:
sudoku: sudz SUDZ_WRITE open failure


What am I doing wrong? (WinXP Pro SP3)

It works for me (takes less than a minute). Did you try it from the command line and can you create a file there ?

gsf wrote:post here if you want on the list
include your country so the mailing can be optimized for distance

Yes, please! U.S.

gsf was not here for a long time and Ron does not seem to have got it by Gordon, so maybe the best way is to invest about 2 weeks (single) cpu time, if you want it. (I did not keep the files, when i changed the computer.)
eleven
 
Posts: 3094
Joined: 10 February 2008

Re: catalog of all essentially different grids

Postby enxio27 » Tue Dec 31, 2013 6:24 pm

eleven wrote:Did you try it from the command line and can you create a file there ?

Yes, I did try it from the command line. It creates a zero-byte file, then gives the error. I even tried it with running the command line as administrator with protection turned off, same results.

gsf was not here for a long time and Ron does not seem to have got it by Gordon, so maybe the best way is to invest about 2 weeks (single) cpu time, if you want it. (I did not keep the files, when i changed the computer.)

Darn! I was hoping that at least one person here would have it. I can invest the two weeks if I can just get it to work. :?
User avatar
enxio27
 
Posts: 532
Joined: 13 November 2007

Re: catalog of all essentially different grids

Postby daj95376 » Tue Dec 31, 2013 8:20 pm

I hope this isn't a case where you need to use %% everywhere the documentation says to use %. The solver's documentation lists when this is necessary. Typically in a batch file.

Code: Select all
cd C:\SuDoku\GSF_back\SuDoKu17

del   out_p.txt
del   out_s.txt

IF NOT EXIST sudoku.exe GOTO FIN

sudoku.exe -f"%%c" %1 > out_p.txt
sudoku.exe -f"%%C" %1 > out_s.txt

:FIN
exit
daj95376
2014 Supporter
 
Posts: 2624
Joined: 15 May 2006

Re: catalog of all essentially different grids

Postby eleven » Wed Jan 01, 2014 12:57 pm

Ouch, when i tried it now under Windows (7), i got the same error, while it runs fine under linux (with the older 2009-07-17 version).
Though i knew, that Denise needed a special version for his Mac, i had never heard about problems under Windows :(
So i fear, that only Glenn himself can help you, and i don't know any contact address, since he left AT&T.

Maybe the best option is to try to contact dukuso (Coloin should have his address) or JPS, who had the disc.
eleven
 
Posts: 3094
Joined: 10 February 2008

Re: catalog of all essentially different grids

Postby enxio27 » Wed Jan 01, 2014 7:08 pm

daj95376 wrote:
Code: Select all
sudoku.exe -f"%%c" %1 > out_p.txt
sudoku.exe -f"%%C" %1 > out_s.txt


What do these do, exactly? (I can't even get the help files to write to a file, and I haven't been able to find a manual anywhere, either. And I'm not exactly new to a command line.)

BTW, gsf was on here just this morning, so he's around. I PMed him and asked him to poke his head into this thread.
User avatar
enxio27
 
Posts: 532
Joined: 13 November 2007

Re: catalog of all essentially different grids

Postby JLee » Wed Mar 25, 2015 8:50 pm

i'd like to get the solved sudokus. any suggestions? i assume the flash drive is not being mailed anymore.

must i create them? if so, where is the code to do that? i know it might take up to 2 weeks.
JLee
 
Posts: 1
Joined: 25 March 2015

Re: catalog of all essentially different grids

Postby eleven » Fri Mar 27, 2015 1:12 pm

As said above, i cannot help you with windows.

Under linux it works to generate the grids, at least if you have a 32bit OS version.
With 64 bit i have a problem with the libbz2.so. When i copied a 32 bit version, it created a .sudz file, but could not extract it then.
However i can generate the uncompressed grids, e.g. the last part with
./sudoku-linux.i386 -gb299 -f'%c'
My gsf program version is "sudoku (AT&T Research) 2010-03-15" (attached).
Attachments
sudoku-linux.zip
(167.07 KiB) Downloaded 225 times
eleven
 
Posts: 3094
Joined: 10 February 2008

Re: catalog of all essentially different grids

Postby eleven » Fri Mar 27, 2015 4:17 pm

Being on a windows pc now, i saw that generating uncompressed grids also works here.
I created a batch file test.bat with this line:
Code: Select all
sudoku -gb299 -f '%%v' > a.a
Then in a.a the grids of part 299 are in the following form:
Code: Select all
123456789457189623968327145214538967375692418689714352532941876791865234846273591 #     0  C81/S8.f
I don't know now, how to suppress the end of the line, but the manual ("sudoku --help > man.txt") might tell you.
You can try it with the version, Pat posted here.
But no warranty, i stopped the process, when the file became too big for notepad++ (Arrgh, no less or tail here).
eleven
 
Posts: 3094
Joined: 10 February 2008

Previous

Return to General