- Code: Select all
- ab ab . |
 . . . |
 . . . |
 --------------|-----------
 ac . ac |
 . . . |
 . . . |
 --------------|-----------
 abc . . | abc . .
 . abc . | abc . .
 . . abc | abc . .
 ab  ab   .   |
  .   .   .   |
  .   .   .   |
--------------|-----------
 ac   .   ac  |
  .   .   .   |
  .   .   .   |
--------------|-----------
abc   .   .   | abc  .  .
 .   abc  .   | abc  .  .
 .    .  abc  | abc  .  .RW wrote:As I couldn't decide ifI should describe this as a layered BUG-lite or a BUG-lite+1 after 2 eliminations, I just showed it the way I see it. I don't really make any difference between layered and ordinary BUG-lites, they all work in the same way.
abc abc abc
-----------
abc abc abc
ravel wrote:Back to RW's explanation of the BUG-lite above. So this is a deadly pattern, where lines 1-3, lines 4-6, lines 7-9 and columns 1-3 or 4-7 may be switched (and bands and stacks) and digits may be missing:
- Code: Select all
ab ab . |
. . . |
. . . |
--------------|-----------
ac . ac |
. . . |
. . . |
--------------|-----------
abc . . | abc . .
. abc . | abc . .
. . abc | abc . .
 *-----------*
 |..3|674|958|
 |964|582|137|
 |875|913|642|
 |---+---+---|
 |.2.|465|789|
 |658|729|413|
 |497|831|526|
 |---+---+---|
 |.86|.47|395|
 |7.9|.58|264|
 |54.|.96|871|
 *-----------* ).
 ). *-----------*
 |8..|.4.|7..|
 |9.2|.36|...|
 |5..|8.1|..3|
 |---+---+---|
 |19.|4..|65.|
 |...|.6.|.91|
 |...|..8|2..|
 |---+---+---|
 |..8|...|.4.|
 |.5.|..2|...|
 |...|..4|532|
 *-----------* ab  ab   .   | 
  .   .   .   | 
  .   .   .   | 
--------------|----------- 
 ac   .   ac  | 
  .   .   .   | 
  .   .   .   | 
--------------|----------- 
ab    .   .   | ab   .  . | C
 .   ac   .   | ac   .  . | B
 .    .  bc   | bc   .  . | A.  ab ab |
---------+
bc bc .  |
---------+
bc .  .  | abc
.  .  ab | abc
.  ac .  | abc.  ab ab | 
---------+ 
bc bc .  | 
---------+ 
c  .  .  | ac  | B
.  .  b  | bc  | A
.  a  .  | ab  | C
or 
.  ab ab | 
---------+ 
bc bc .  | 
---------+ 
b  .  .  | ab  | C
.  .  a  | ac  | B
.  c  .  | bc  | A.  ab ab | 
---------+ 
bc bc .  | 
---------+ 
bc .  .  | abc |
.  .  ab | abc |
.  ac .  | ac  | Bdaj95376 wrote:No matter which is selected, the strong links on <8> are going to force [r2c8]=8 and [r8c7]=8. To the purists, I believe eliminations are actually performed. I'm just not sure which cells/eliminations.
RW wrote:wapati wrote:I don't see any elimination from the UR you mentioned.
Please, shed me some light!
Looking at the UR cells:
- Code: Select all
8
148----18
8
18-----168
Here we have srong links on the 8s for each pair, meaning one of the cells must be an 8 both in row 2 and row 8. So if r2c7=8, then r8c8=8 and obviously the two remaining cells have to be 1, which completes the deadly pattern. Therefore r2c7<>8. Same goes for r8c8<>8. Hope this helped.
If you look carefully, you could also see that even without strong links, if r2c7=1 => r8c8=1 and if r8c8=1 => r2c7=1, and you can eliminate candidate 1 from both those cells also.
RW
wapati wrote:What ONEs, what cells?
I am obtuse, sorry, I still don't understand where you eliminated what.
A . . | B . .
B . . | A . . *--------------------------------------------------* 
 | 8    137  13   | 2    4    57   | 9    16   567  | 
 | 9    14   2    | 57   3    6    |*148 *18   57   | 
 | 5    47   6    | 8    9    1    | 47   2    3    | 
 |----------------+----------------+----------------| 
 | 1    9    7    | 4    2    3    | 6    5    8    | 
 | 2    8    4    | 57   6    57   | 3    9    1    | 
 | 36   36   5    | 9    1    8    | 2    7    4    | 
 |----------------+----------------+----------------| 
 | 36   2    8    | 136  5    9    | 17   4    67   | 
 | 4    5    13   | 136  7    2    |*18  *168  9    | 
 | 7    16   9    | 16   8    4    | 5    3    2    | 
 *--------------------------------------------------*  Thanks for pointing that out, RW.
 Thanks for pointing that out, RW.--
abc  abc  abc | 
 .    .    .  | 
 .    .    .  | 
-------------
abc  abc  abc | 
 .    .    .  | 
 .    .    .  | 
-------------
abc   .    .  | abc  .  .  | abc  .  .
 .   abc   .  | abc  .  .  | abc  .  .
 .    .   abc | abc  .  .  | abc  .  .
*--------------------------------------------------*
 | 8   *13+7*13   | 2    4    57   | 9    16   567  |
 | 9    14   2    | 57   3    6    | 148  18   57   |
 | 5    47   6    | 8    9    1    | 47   2    3    |
 |----------------+----------------+----------------|
 | 1    9    7    | 4    2    3    | 6    5    8    |
 | 2    8    4    | 57   6    57   | 3    9    1    |
 |*36  *36   5    | 9    1    8    | 2    7    4    |
 |----------------+----------------+----------------|
 |*36   2    8    |*136  5    9    | 17   4    67   |
 | 4    5   *13   |*136  7    2    | 18   168  9    |
 | 7   *16   9    |*16   8    4    | 5    3    2    |
 *--------------------------------------------------*
ravel wrote:To go "over the edge" with 3 digits, you would need 2 "blockers" on each side, like this.
- Code: Select all
--
abc abc abc |
. . . |
. . . |
-------------
abc abc abc |
. . . |
. . . |
-------------
abc . . | abc . . | abc . .
. abc . | abc . . | abc . .
. . abc | abc . . | abc . .
ravel wrote:Taking this, the pattern in wapatis puzzle also is not deadly before making the eliminations Ron suggested (r7c4<>1 and r8c4<>6), because a 6 in r7c9 or a 1 in r8c78 would fix it (not to 1, but 0 possibilities).
ab .  .  |*abc .   .
.  bc .  | .  #abc .
.  .  ac | .   .   ac
Eliminate 'c' from *abc and 'a' from #abcYes, thats what was confusing me: This pattern is deadly, though it can be influenced by outside placements (but always 2 possibilities remain).RW wrote:Perhaps, but there's already deadly patterns in r14c123 and r789c47.
abc abc abc
-----------
abc abc abc 
I would say this is a variation of xyz-wing (dont know, if it has a name):I was wondering if this pattern should be examined more, or is it just some kind of ALS?
- Code: Select all
ab . . |*abc . .
. bc . | . #abc .
. . ac | . . ac
Eliminate 'c' from *abc and 'a' from #abc
.  .  .  | .  .   .
.  bc .  | .  abc .
.  .  ac | .   .  ac
ab .  .  | abc  .   .
 .  .  . | .    .   .
 .  . ac | .    .  ac
RW wrote:But the eliminations are quite obvious. I was wondering if this pattern should be examined more, or is it just some kind of ALS?
- Code: Select all
ab . . |*abc . .
. bc . | . #abc .
. . ac | . . ac
Eliminate 'c' from *abc and 'a' from #abc