I have coded all URs from this post (Mike Barker, Sat Apr 22, 2006 10:27 pm) and I have been
looking for examples. Surprisingly, the UR+1, UR+2x and the UR+2B/1SL
(aka as hidden UR type 2) are by far the most frequent URs.
In the following situation, there is a UR in (23)[r5c6 | r6c8]
- Code: Select all
000000006090000800000007203029504700600090000004080001060000000008050000170830002
- Code: Select all
+------------------------+----------------------------+------------------------+
| _5_ 34 37 | 13 _2_ _8_ | 149 179 >6< |
| 24 >9< 237 | 13 _6_ _5_ | >8< 17 47 |
| _8_ _1_ _6_ | _9_ _4_ >7< | >2< _5_ >3< |
+------------------------+----------------------------+------------------------+
| _3_ >2< >9< | >5< _1_ >4< | >7< _6_ _8_ |
| >6< _8_ _1_ | _7_ >9< *23 | 45 *23 45 |
| _7_ _5_ >4< | 26 >8< *236 | 39 *239 >1< |
+------------------------+----------------------------+------------------------+
| 249 >6< 23 | 24 _7_ 12 | 135 _8_ 59 |
| 249 34 >8< | 246 >5< 126 | 13 137 79 |
| >1< >7< _5_ | >8< >3< _9_ | _6_ _4_ >2< |
+------------------------+----------------------------+------------------------+
( >7< is a clue and _8_ is a solved cell)
With the strong link 3[r5c6]=3[r6c6], this is a UR+2B/1SL and results
in r6c8<>2. Since there is a second strong link of the same kind:
2[r5c8]=2[r6c8] one could argue r6c6<>3. Since both eliminations are
cannibalistic, I can formally eliminate only on of both, as the deadly
pattern is destroyed after the first elimination.
This isn't quite satisfactory, since I miss one elimination. Note the
programming point of view, where eliminations are executed strictly
step-by-step. Furthermore none of the more complex URs like the UR+3,
UR+4 cover this situation. To catch both eliminations in one UR,
I would need a UR+2B/2SL like this:
- Code: Select all
-abX --a-- ab
a-bY --b-- ab
Which I haven't found yet in the NSPF (please let me know if I overlooked
it) but found this constellation named as a doubly HUR2 elimination in
the method description of a sudoku programm. So I think it's known and
used by sudoku players. Given the fact that UR+2B/1SL is one of the
most frequent URs, I propose the UR+2B/2SL, not as something new but as
something to complete/extend the compilation mentioned above.
surbier