Hi Serg,
Serg wrote:Mike, did you check 17-clue and 18-clue puzzle by applying all possible isomorphic transformation? Did you check both vertically and double diagonal symmetric 18-clue puzzles?
I did do that, for all of those puzzles.
Serg wrote:blue wrote:I think 23+ is impossible -- not that the shapes don't exist, just that they don't have puzzles.
blue, I could not find at least one possible 23-clue pattern! Do you know any?
I'm not sure what you mean by "possible", but there are examples like these two, that are
impossible in the end, since they can be mapped to subsets of the 3rd pattern (which is known to not have puzzles):
- Code: Select all
+-------+-------+-------+
| x . x | . x . | x . x |
| . . . | . . . | . . . |
| x . x | . . x | . x . |
+-------+-------+-------+
| . . . | . . . | . . . |
| x . . | . x . | x . x |
| . . x | . . . | . . . |
+-------+-------+-------+
| x . . | . x . | x . x |
| . . x | . . . | . . . |
| x . . | . x . | x . x |
+-------+-------+-------+
+-------+-------+-------+
| x . x | . x . | x . x |
| . . . | . . . | . . . |
| x . x | . x . | x . x |
+-------+-------+-------+
| . . . | . . . | . . . |
| x . x | . x . | x . . |
| . . . | . . . | . . x |
+-------+-------+-------+
| x . x | . x . | x . . |
| . . . | . . . | . . . |
| x . x | . . x | . . x |
+-------+-------+-------+
+-------+-------+-------+
| x x x | . x . | x x x |
| x x x | . x . | x x x |
| x x x | . x . | x x x |
+-------+-------+-------+
| . . . | . . . | . . x |
| x x x | . x . | x x x |
| . . . | . . . | . . x |
+-------+-------+-------+
| x x x | . x . | x x x |
| x x x | . x . | x x x |
| x x x | x x x | x x x |
+-------+-------+-------+
I wrote a program to find that largest possible patterns that could not be transformed to a subset of a known shape that doesn't have puzzles, and 22 was the largest size that it found. My "known shapes" list, though, contains some shapes that haven't been double checked by anyone else [ double checked by
you, in particular ! ]. That's why I phrased it like "I think [that] ...".
On the other hand, it's possible that the only "known shapes" that were used, were ones that you
have double checked.
The program ran for several hours (> 12). I'll run it again, and come back with some more details.
--
blue wrote:I'll run it again, and come back with some more details.
For sizes >= 22, it turns out that these 4 patterns, were the only ones used.
- Code: Select all
+-------+-------+-------+
| x x x | x x x | x x x |
| x x x | x x x | x x x |
| x x x | x x x | x x x |
+-------+-------+-------+
| . . . | . . . | . . . |
| x x x | x x x | x x x | 22's, 23's, all 24+
| . . . | . . . | . . . |
+-------+-------+-------+
| x x x | x x x | x x x |
| x x x | x x x | x x x |
| x x x | x x x | x x x |
+-------+-------+-------+
+-------+-------+-------+
| x x x | . x . | x x x |
| x x x | . x . | x x x |
| x x x | . x . | x x x |
+-------+-------+-------+
| . . . | . x . | . . . |
| x x x | . x . | x x x | 22's, 23's
| . . . | . x . | . . . |
+-------+-------+-------+
| x x x | . x . | x x x |
| x x x | . x . | x x x |
| x x x | x x x | x x x |
+-------+-------+-------+
+-------+-------+-------+
| x x x | . x . | x x x |
| x x x | . x . | x x x |
| x x x | . x . | x x x |
+-------+-------+-------+
| . . . | . . . | . . x |
| x x x | . x . | x x x | 22's, remaining 23's
| . . . | . . . | . . x |
+-------+-------+-------+
| x x x | . x . | x x x |
| x x x | . x . | x x x |
| x x x | x x x | x x x |
+-------+-------+-------+
+-------+-------+-------+
| x x x | . x . | x x x |
| x x x | . x . | x x x |
| x x x | . x . | x x x |
+-------+-------+-------+
| . . . | . . . | . . . |
| x x x | . x . | x x x | 22's only
| . . . | . . x | . . . |
+-------+-------+-------+
| x x x | . x . | x x x |
| x x x | . x . | x x x |
| x x x | . x . | x x x |
+-------+-------+-------+
That left 1417 (ED) size 22 patterns.
Almost all of those, have puzzles -- 1409 for sure.