lb2064 wrote:Actually, I beleive this chain does work but leads to r8c6 <> 7.
Using the same notation and cells that u have but rewritting it, we have:
[r8c6]=1=[r4c6]=6=[r4c5]=8=[r4c9]=7=[r8c9]-7-[r8c6] => r8c6 <> 7
- Code: Select all
*-----------------------------------------------------------*
| 1 2 9 | 5 3 8 | 6 7 4 |
| 5 7 3 | 46 246 26 | 1 8 9 |
| 4 8 6 | 79 1 79 | 5 2 3 |
|-------------------+-------------------+-------------------|
| 9 5 17 | 2 68 16 | 3 4 78 |
| 3 4 17 | 18 9 5 | 78 6 2 |
| 2 6 8 | 3 7 4 | 9 5 1 |
|-------------------+-------------------+-------------------|
| 8 3 5 | 479 24 279 | 47 1 6 |
| 6 9 4 | 178 58 17 | 2 3 578 |
| 7 1 2 | 468 4568 3 | 48 9 58 |
*-----------------------------------------------------------*
The chain, in my preferred notation, is this:
7-(r8c6)-1-(r4c6)-6-(r4c5)-8-(r4c9)-7
It starts on r8c6 and meanders to r4c9. It allows the exclusion of 7s in cells that see both the start of the chain at r8c6 and the end of the chain at r4c9. r8c9 sees both r8c6 and r4c9 so it can have its 7 excluded.
The more traditional way of expresing the chain is this:
[r8c9]-7-[r8c6]-1-[r4c6]-6-[r4c5]-8-[r4c9]-7-[r8c9], => r8c9<>7
r8c6 is one of the ends of the chain, not a cell to have its 7 excluded.