eleven wrote:David P Bird wrote:The eliminations then follow from comparing the digits in the target cells with those in the diagonal mini-row cells that must mirror them.
Please explain, i have no idea, what this means.
I'm trying to keep to my word to provide a summary of all the various Junior Exocet varieties which I hope to post when I've finished but not before. To make the descriptions easier I'm calling the cells in the diagonal mini-lines mirror nodes.
- Code: Select all
*---------*----------*----------* *---------*----------*----------*
| B B . | . . . | . . . | | B B . | . . . | . . . | T1, T2 Target Cells
| . . . | T1 m2 m2 | / . . | | . . . | T1 . . | T2 . . | / Companion Cells
| . . . | / . . | T2 m1 m1 | | . . . | / m2 m2 | / m1 m1 | m1, m2 Mirror Nodes
*---------*----------*----------* *---------*----------*----------*
Mirror nodes have 2 cells and must eventually contain the same true base digit as the diagonal target plus one other digit which I call a non-base digit. A non-base digit is one that is either missing from the base cells or false in them. This wording allows me to describe the inferences they provide.
- Code: Select all
*--------------------------*--------------------------*--------------------------*
| 9 8 1234 | 7 12345 1235 | 6 B235 B135 |
| 5 6 T123 | 123 9 8 | 123 4 7 |
| 124 1234 7 | 1234 6 T1235 | 12358 23589 13589 |
*--------------------------*--------------------------*--------------------------*
Here the mirror node for the r3c6 target is r2c12. (6)r2c2 is a non-base digit so (5)r2c1 must be the true base digit
=> r3c6 <> 123
The mirror node for the r2c3 target is r3c45. Again (6)r3c4 is a non-base digit so r3c4 must contain the true digit in r2c3
=> r3c4 <> 4
Here are the mirror node inferences:
1. Any base digit candidate that can't be true in both a target cell and its mirror node is false in these three cells.
2. If one mirror node cell can only contain non-base digits, the non-base digits in the other mirror cell are false.
3. If a mirror node contains only one possible non-base digit value, it is true in that node and false in the cells in sight it.
4. If a mirror node contains a locked digit, any other digits it contains of the same type (known-base or non-base) are false.
I don't use the term 'equivalence' in my write up because I use it in its traditional sense for different digits that must be true or false together, not cells that must hold the same digit.