- Code: Select all
p123
+-----+-----+-----+
|. . .|. x x|x x x|
|. . .|. x x|x x x|
|. . .|. x x|x x x|
+-----+-----+-----+
|. . .|x x x|x x x|
|. . .|x x x|x x x|
|x x x|x x x|x x x|
+-----+-----+-----+
|. . .|x x x|x x x|
|. . .|x x x|x x x|
|x x x|x x x|x x x|
+-----+-----+-----+
tells us that
029
199
199 is invalid
therefore
033
199
199 is needed
- Code: Select all
p110
+-----+-----+-----+
|. . .|. . x|x x x|
|. . .|. . x|x x x|
|. . x|. . x|x x x|
+-----+-----+-----+
|. . .|x x x|x x x|
|. . .|x x x|x x x|
|. x .|x x x|x x x|
+-----+-----+-----+
|. . .|x x x|x x x|
|. . .|x x x|x x x|
|. . .|x x x|x x x|
+-----+-----+-----+
099
119
199 is invalid
therefore
033
122
122 is at least required - as concluded by serg above ......
however
- Code: Select all
P114
+-----+-----+-----+
|. . .|. x x|. x x|
|. . .|. x x|. x x|
|. . x|. x x|. x x|
+-----+-----+-----+
|. . .|x x x|x x x|
|. . .|x x x|x x x|
|. x .|x x x|x x x|
+-----+-----+-----+
|. . .|x x x|x x x|
|. . .|x x x|x x x|
|. . .|x x x|x x x|
+-----+-----+-----+
means that
033
132
123
or
033
132
132
is a requirement
and here is one example of a puzzle of the first pattern
- Code: Select all
+---+---+---+
|...|...|2..|
|...|498|...|
|...|...|.15|
+---+---+---+
|...|9..|...|
|...|.52|...|
|.8.|...|.36|
+---+---+---+
|...|.8.|59.|
|...|...|...|
|2..|..6|..7|
+---+---+---+ 18 clues
and here is one example of a puzzle of the second pattern
- Code: Select all
+---+---+---+
|...|...|...|
|...|345|...|
|...|...|671|
+---+---+---+
|...|9..|...|
|...|.16|...|
|.2.|...|.84|
+---+---+---+
|...|4..|.9.|
|...|.27|...|
|1..|...|..5|
+---+---+---+ 18 clues
I have now more than 50 18-puzzles with these 2 patterns .....
We can say now that there cannot be a 17-puzzle with 2 clues in a band.
c