Hi, all!
The first additional composition rule is trivial:
- Code: Select all
Rule 9. Pattern has no valid puzzles if its band (stack) contains 2 empty rows (columns).
I added this rule for the sake of completeness (and to cross-check
eleven's results) to my filter and got no additional filtered out patterns, as it was expected.
The next additional rule was discussed in my previous post.
- Code: Select all
Rule 10. Pattern has no valid puzzles if it is subset of the pattern posted below
+-----+-----+-----+
|x . .|. . .|. . .|
|x . .|. . .|. . .|
|x x x|. . .|. . .|
+-----+-----+-----+
|x x x|x x x|x x x|
|x x x|x x x|x x x|
|x x x|x x x|x x x|
+-----+-----+-----+
|x x x|x x x|x x x|
|x x x|x x x|x x x|
|x x x|x x x|x x x|
+-----+-----+-----+
The next rule is provided by my favorite Magic Pattern (see thread
How to prove non-existance of 8-clue valid 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
Let me rearrange it to more convinient form:
- 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
udosuk was the first who invented it in 2007.
Red Ed proved this pattern has no valid puzzles (see thread
Ask for some patterns that they don't have puzzles).
Composition rule 3 is based on Magic Pattern. But rule 3 uses not entire potential of Magic Pattern. It turns out that Magic Pattern itself can exclude 14000 patterns (after applying composition rules 1-9).
- Code: Select all
Rule 11. Pattern has no valid puzzles if it is subset of the pattern posted below
+-----+-----+-----+
|. . .|. . x|. . x|
|. . .|. . x|. . x|
|. . x|. . x|. . x|
+-----+-----+-----+
|. . .|x x x|x x x|
|. . .|x x x|x x x|
|x x x|x x x|x x x|
+-----+-----+-----+
|. . .|x x x|x x x|
|. . .|x x x|x x x|
|x x x|x x x|x x x|
+-----+-----+-----+
Well, I have remaining rather strange idea that cannot be called as "composition rule".
Let's consider a pattern having 9 clues in the central box and N clues outside that box (this is exactly a pattern from
coloin's patterns' family "9plusN"). Let's define
similar patterns for such patterns. Similar pattern has 8 clues (instead of 9) in the central box and N+1 clues outside this box, provided that its N outside clues coincides with N clues of the given pattern (but 1 clue differs from the given pattern). Note that both patterns have N+9 clues in total.
Asume that given "9plusN" pattern has valid puzzles. Then similar pattern must have valid puzzles too, because remaining 9-th clue in the central box is uniquely determined and 1 extra clue outside central box doesn't destroy puzzle's solution. So, we don't need to consider patterns having 9 clues in a box, because we'll consider
similar patterns having 8 clues in a box. If such "similar" pattern will have valid puzzles, we can find proper "9plusN" patterns also having valid puzzles by minimality analisys - we should check all N+1 outside clues of the valid puzzle found - are all such clues necessary for that puzzle having unique solution. If one of the N+1 clues is extra clue - we can easily get "9plusN" valid puzzle (and hence "9plusN" pattern having valid puzzles). If all "similar" 8plusN+1 valid puzzles are minimal, there must not exist "9plusN" valid puzzles.
So, we can ignore patterns having 9 clues in a box. I implemented this rule in my filter, but it turns out that there are 36 such patterns only.
I exhausted previously found investigations' results and "hot" ideas. So, I need time to find some new ideas.
Serg