This is my last post in this thread.
I found an elementary mistake in both previously posted solutions. The mistake is in the long chain:
"-(9)r2c23=(9-6)r2c5" is incorrect. There is a y in r2c8 (first solution) and a (89) in r2c8 (second solution)
that makes the claim for that strong link invalid.
I removed both solutions. A corrected solution follows (Edit part). Apologies for the previous posts.
Edit 1: Improved the text and most importantly, I found a correction to Step 2, but had to change other steps and added one step.
Solution in 5 steps. After basics:
- Code: Select all
.----------------------------------------------------------.
| 689 1 2 | 469 7 4689 | 3 5 89 |
| 3 589 569 | 2 69 1 | 4 89 7 |
| 4 789 79 | 5 3 89 | 2 1 6 |
|--------------------+-------------------+-----------------|
| 2 59 359 | 3469 169 4569 | 589 7 1589 |
| 1 6 3579 | 379 8 59-7 | 59 4 2 |
| *579 4 8 | #79 129 *2579 | 6 3 159 |
|--------------------+-------------------+-----------------|
| *5679 3 1 | 8 269 *2679 | *579 69 4 |
| *6789 2 4 | 1 5 *679 | *789 689 3 |
| 56789 5789 5679 | 679 4 3 | 1 2 589 |
'----------------------------------------------------------'
1. Finned Swordfish (7) r678 \ c167 fin: r6c4 => -7 r5c6
NP: (59)r5c67 => -5 r5c3, -9 r5c34
- Code: Select all
.---------------------------------------------------------.
| 689 1 2 | 469 7 4689 | 3 5 89 |
| 3 58-9 b56-9 | 2 a69 1 | 4 89 7 |
| 4 789 g79 | 5 3 8-9 | 2 1 6 |
|--------------------+-------------------+----------------|
| 2 59 359 | 3469 169 4569 | 589 7 1589 |
| 1 6 f37 | e37 8 59 | 59 4 2 |
| 579 4 8 | d79 129 2579 | 6 3 159 |
|--------------------+-------------------+----------------|
| 5679 3 1 | 8 269 2679 | 579 69 4 |
| 6789 2 4 | 1 5 679 | 789 689 3 |
| 56789 5789 c5679 | d679 4 3 | 1 2 589 |
'---------------------------------------------------------'
2. (9=6)r2c5-r2c3=r9c3-(6=97)r69c4-r5c4=r5c3-(7=9)r3c3 => -9 r2c23, r3c6
[& 1 placement, LC: (9)r3c23 => -9 r1c1]
- Code: Select all
.--------------------------------------------------------.
| 68 1 2 | 469 7 469 | 3 5 89 |
| 3 b58 56 | 2 69 1 | 4 c89 7 |
| 4 79 79 | 5 3 8 | 2 1 6 |
|--------------------+-----------------+-----------------|
| 2 59 359 | 3469 169 4569 | 589 7 1589 |
| 1 6 37 | 37 8 59 | 59 4 2 |
| 579 4 8 | 79 129 2579 | 6 3 159 |
|--------------------+-----------------+-----------------|
| 5679 3 1 | 8 269 2679 | 579 69 4 |
| 679-8 2 4 | 1 5 679 | 789 d689 3 |
| 56789 a5789 5679 | 679 4 3 | 1 2 59-8 |
'--------------------------------------------------------'
3. Skyscraper (8)r9c2=r2c2-r2c8=(8)r8c8 => -8 r8c1,r9c9
- Code: Select all
.------------------------------------------------------.
| 68 1 2 | 469 7 469 | 3 5 89 |
| 3 58 56 | 2 69 1 | 4 89 7 |
| 4 79 79 | 5 3 8 | 2 1 6 |
|-------------------+-----------------+----------------|
| 2 d59 d359 | 3469 169 4569 | 89-5 7 1589 |
| 1 6 37 | 37 8 59 | 59 4 2 |
|c579 4 8 | 79 129 2579 | 6 3 159 |
|-------------------+-----------------+----------------|
|b5679 3 1 | 8 269 2679 |a579 69 4 |
| 679 2 4 | 1 5 679 | 789 689 3 |
| 56789 5789 5679 | 679 4 3 | 1 2 59 |
'------------------------------------------------------'
4. ER (5)r7c7=r7c1-r6c1=(5)r4c23 => -5 r4c7
- Code: Select all
.-----------------------------------------------------------.
| 68 1 2 | 469 7 469 | 3 5 a89 |
| 3 c58 56 | 2 69 1 | 4 b89 7 |
| 4 79 79 | 5 3 8 | 2 1 6 |
|--------------------+-----------------+--------------------|
| 2 c59 359 | 3469 169 4569 | e89 7 159-8 |
| 1 6 37 | 37 8 59 | 59 4 2 |
| 579 4 8 | 79 129 2579 | 6 3 159 |
|--------------------+-----------------+--------------------|
| 5679 3 1 | 8 269 2679 | 579 69 4 |
| 679 2 4 | 1 5 679 | 789 689 3 |
| 56789 5789 5679 | 679 4 3 | 1 2 59 |
'-----------------------------------------------------------'
5. (8)r1c9=r2c8-(8=59)r24c2-(9=8)r4c7 => -8 r4c9; ste
Edit 2: Removed conclusions (from this Edit 2).