Hi, all!
Till this moment invalid patterns only discussed in this thread. Now I've done exhaustive search for
locally minimal valid patterns, having one crossing "free", i.e boxes B5, B6, B8 and B9 contain 9 clues each, boxes B1, B2, B3, B4, B7 may have arbitrary number of clues. These patterns are valid, because they have valid Sudoku puzzles, but if we remove 1 clue from "free" area (boxes B1, B2, B3, B4, B7), pattern becomes invalid. Some locally minimal patterns are well known. For example, these 2 patterns are locally minimal:
- Code: Select all
Q240 Q242
+-----+-----+-----+ +-----+-----+-----+
|. . 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 found 242 of one-crossing-free locally minimal valid patterns. These patterns contain at least 5 clues in the crossing, but 2 of them contain 9 clues in the crossing (it is maximal number of clues in the crossing for such patterns). Here they are:
- Code: Select all
Q32 Q33
+-----+-----+-----+ +-----+-----+-----+
|. . .|. . .|. . .| |. . .|. . .|. . .|
|. . .|. . 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|
+-----+-----+-----+ +-----+-----+-----+
Full list of 242 minimal patterns is available by link
https://drive.google.com/file/d/1YdPBFJI1fyYCoFLQ0qgQa4A-iUc5gxQS/view?usp=sharing.
Each crossing of every valid pattern must contain as morphed subset at least one of those 242 patterns.
Serg