The X Loop 056 I already had in my bag of tricks but this was a special case with 1 extra elimination that I'd missed, so all I had to do was correct a deficiency.
- Code: Select all
*--------------------------------------------------------------*
|a1289 7 129 | 5 3 4 | 89 6 289 |
| 289 45 6 | 12789 12789 12789 | 3 45789 24789 |
| 289 3 45 | 2789 2789 6 | 45789 1 24789 |
|-------------------+---------------------+--------------------|
| 4 259-1 2589-1 |b12789 6 c12789 | 25789 5789 3 |
| 7 129 3 | 2489-1 289 5 | 2489 489 6 |
| 6 259 2589 | 3 24789 2789 | 245789 45789 1 |
|-------------------+---------------------+--------------------|
| 3 8 49 | 1479 1479 179 | 6 2 5 |
| 5 6 7 | 2489 2489 289 | 1 3 49 |
|d129 1249 1249 | 6 5 3 | 4789 4789 789 |
*--------------------------------------------------------------*
The extra elimination that I'd missed was -1 r5c4. When added it brings us to here.
- Code: Select all
*------------------------------------------------------------*
| 1289 7 129 | 5 3 4 | 89 6 289 |
| 289 45 6 | 12789 12789 12789 | 3 c45789 b24789 |
| 289 3 45 | 2789 2789 6 |c45789 1 b24789 |
|---------------+---------------------+----------------------|
| 4 259 2589 | 1289-7 6 d12789 | 25789 5789 3 |
| 7 1 3 | 2489 289 5 | 2489 489 6 |
| 6 259 2589 | 3 24789 289-7 | 245789 45789 1 |
|---------------+---------------------+----------------------|
| 3 8 49 | 1479 1479 179 | 6 2 5 |
| 5 6 7 | 2489 2489 289 | 1 3 49 |
| 129 249 1249 | 6 5 3 | 4789 4789 a789 |
*------------------------------------------------------------*
(7) r9c9 = r12c9 - r2c8, r3c7 = (7) r4c6 => - 7 r4c4, r6c6
This was certainly new for me and has two grouped strong links, but what is it ? I'm inclined to call it a Column / Anti diagonal Kite rather than a Skyscraper.
Importantly, as in a normal Kite, the intersection cell in the Kite box must not have a 7 and the column must only have a single 7 outside of the Kite box, just like normal Kites. In theory you could have 3 7's on the Anti Diagonal in Box 5 and get 3 eliminations. I've also coded for additional cases so it works for all directions.
For me that solved the whole puzzle, only a few intersections were needed to finish.
Leren