Hi Bud,
In this case, your Z-color wing is exactly the same as xy-transport. But, what I'm really interested is the your BUG+2 after finned x-wing step. Typically, if there is a step that will reduce you to BUG+2, there is a BUG+n for some n > 2 available. Consider the following:
- Code: Select all
*--------------------------------------------------*
| 1 7 9 | 3 5 2 | 4 8 6 |
| 2 8 6 | 7 9 4 | 5 3 1 |
| 3 4 5 | 6 18 18 | 7 2 9 |
|----------------+----------------+----------------|
| 58 6 28 | 4 7 3 | 9 1 25 |
| 49 3 7 | 29 16+2 15 | 8 46 25 |
| 49 25 1 | 89+2 26+8 58 | 3 46 7 |
|----------------+----------------+----------------|
| 6 1 3 | 5 4 9 | 2 7 8 |
| 7 9 28 | 28 3 6 | 1 5 4 |
| 58 25 4 | 1 28 7 | 6 9 3 |
*--------------------------------------------------*
Here we have a BUG+3 grid which immediately (utilizing r9c5) yields r6c5<>2. This doesn't crack the puzzle completely. However, a more careful examination yields r5c9<>2, solving the puzzle. Okay, cool, whatever. But here is what is really interesting to me. Let's say you didn't catch r5c9<>2. There was a choice made when I set up my BUG+3 grid. I (think) I could have also wrote it as:
- Code: Select all
*--------------------------------------------------*
| 1 7 9 | 3 5 2 | 4 8 6 |
| 2 8 6 | 7 9 4 | 5 3 1 |
| 3 4 5 | 6 18 18 | 7 2 9 |
|----------------+----------------+----------------|
| 58 6 28 | 4 7 3 | 9 1 25 |
| 49 3 7 | 9+2 126 15 | 8 46 25 |
| 49 25 1 | 289 6+28 58 | 3 46 7 |
|----------------+----------------+----------------|
| 6 1 3 | 5 4 9 | 2 7 8 |
| 7 9 28 | 28 3 6 | 1 5 4 |
| 58 25 4 | 1 28 7 | 6 9 3 |
*--------------------------------------------------*
from which we immediately see (again using r9c5) that r5c5<>2. This, coupled with the r6c5<>2 exclusion solves the puzzle.
So, I'm a little worried about whether my second grid is a valid BUG+3 setup (r5c4 is where I'm worried). In any case, another alternative solution is the semi-remote naked pair r4c1-r6c6<8>, eliminating 5 from r6c2.