coloin wrote:maybe this thread will give you more information...
coloin, is this generated by the sudou64.exe "1to9only" has in his github repository? [just curious]
sudoku-64 -gb1 > band1.txt [gives the first band grids]
first 100
- Code: Select all
123456789456789123789123456214365897365897214897214365531642978642978531978531642 # 0 S8.f
123456789456789123789123456214365897365897214897214365531642978648971532972538641 # 0 S8.f
....
Just repeated the first couple of lines of the "100" first bands.
1. Is there any significance [to me] of the stuff that follows the "#" ?
2. Is this list itself in minlex order?
3. when you say band to you mean just the first horizontal band of 27 chars?
(because I don't see a difference in line 1 and line 2 until the 65th char)
4. This may depend on answer to 3! Is the first line of 81 chars the first
complete grid of band-1 - and then there would be many more 81-char
lines [not shown] that would be in band-1 And so on for each of the other 416 lines?
sudoku-64 -gb416 > band416.txt [ gives the last band grid]
but this is copied from champagnes dll thread !
- Code: Select all
123456789457289631896317254231564897689173425745928163318645972572891346964732518 sol 5472730411 __
123456789457289631896317254231564897689173425745928163364792518572831946918645372 sol 5472730412 __
....
[/quote]
What does the stuff that starts with "sol" mean?
Thanks SO MUCH - Just trying to make sure what this listing means.