swb01 wrote:Hello, I am new to this forum (or any Sudoku forum). Please let me know if this post is of interest.
As an exercise, I processed the completed grids from Gordon Royle’s list of 17 clue puzzles (the version with 49,157 entries) and derived a table of the essentially equivalent grids - those pairs that can be mapped from one to the other using digit, row, and column transformations and in some cases a row-to-column transposition. I found that grids from 43,133 entries were singletons – exhibiting no essentially equivalent relationship with the other grids. 5,024 Grids participate in equivalence sets
Hi
swb01,
Welcome on this forum.
What you're saying about duplicate pairs in the 17-clue collection is surprising.
I've used this collection long ago (when I wrote my first book on sudoku solving, "The Hidden Logic of Sudoku" [HLS]) and, as far as I can remember, it has always been assumed that there were no isomorphism duplicates in this collection. But I never checked it myself.
Could you provide a precise example of a duplicate pair, with the corresponding isomorphism?
BTW, you are not mentioning towers/stacks or floors/bands transformations. Did you use these isomorphisms in your software?
swb01 wrote:apologies for the formatting):
If you want to have some formatting of some part of a post, you have to surround that part by "[code ]"......"[/code ]" tags, either manually or using the code button. This is a painful process to do manually, column after column. Do NOT use tabs within the "code" tags or the result is unpredictable (as below).
- Code: Select all
#Grids in Set; Cases Found; Total Grids
2; 1,778; 3,556
3; 252; 756
4; 83; 332
5; 17; 85
6; 21; 126
7; 6; 42
8; 4; 32
9; 1; 9
11; 1; 11
12; 1; 12
14; 1; 14
20; 1; 20
29; 1; 29
; ------- ; -------
; 2,167 ; 5,024
swb01 wrote:Except for the size limitation of 256KB, I would like to attach the results table (1,157KB) with 5,024 entries is attached in comma-separated-variable format with the following columns: Reference Number from the list of 49,157 17 Clue Puzzles; Completed Grids; Digit Order; Row Order; Column Order; Set Count (1 to number of equivalent grids); Identical Grid Count; Set Identifier (1 to 2,167); Transposition Indicator (“Base” for first entry in a set; “T” if Transposition required relative to the Base; otherwise “D” for Direct).
This forum is not a good place for publishing large collections. If you are not allergic to Google, you can use google sites:
https://sites.google.com/ I've personally used GitHub to publish a very large collection, but that was because I already had another project there and it also included the software I used to generate the collection.