David P Bird wrote:The targets you specified didn't make sense to me for a JE pattern however. At some point I would like some clarification about whether the target cells in a QExocet pattern must hold different base digits or not.
Selection of target cells in a QExocet may be forced by base cells values. Here is my solver's output -- including a breakdown of the target cells value assignments.
- Code: Select all
*** r5c8 = <1> r5c2 = <1479>
### -1479- QExocet Base = r4c46 <17> Target = r5c8,r5c2
*** r4c4 = <1> r4c2 = <1479>
### -1479- QExocet Base = r5c89 <19> Target = r4c4,r4c2
In the first QExocet, the value <1> may reside in r5c8 or r5c2. The values <479> can only reside in r5c2. Thus, r5c8=1 and r5c2<>1 ... and the base cells contain <1>. If you only consider the base cells and target cell r5c2 for <479>, then my Exocet Single-Target Pattern applies.
In the second QExocet, the value <1> may reside in r4c4 or r4c2. The values <479> can only reside in r4c2. Thus, r4c4=1 and r4c2<>1 ... and the base cells contain <1>. If you only consider the base cells and target cell r4c2 for <479>, then my Exocet Single-Target Pattern applies.
I believe the results of the two QExocets contain the results of your Almost Triple JE.
- Code: Select all
results of two QExocets: r4c4=1 and r5c8=1
*-----------------------------------------------------------------------------*
| 9 8 123 | 7 6 1234 | 5 24 24 |
| 7 136 4 | 259 159 1235 | 189 289 2689 |
| 126 16 5 | 249 8 124 | 3 2479 24679 |
|-------------------------+-------------------------+-------------------------|
| 5 479 6 | 1 2 47 | 4789 34789 34789 |
| 3 479 8 | 4569 4579 4567 | 2 1 479 |
| 14 2 179 | 3 479 8 | 479 6 5 |
|-------------------------+-------------------------+-------------------------|
| 1248 5 1279 | 248 3 1247 | 6 24789 24789 |
| 2468 3467 237 | 24568 457 9 | 478 23478 1 |
| 12468 134679 12379 | 2468 147 12467 | 4789 5 234789 |
*-----------------------------------------------------------------------------*
At the risk of adding confusion to the discussion, I'm including my solver's output for when it discovers target cells in the same box. A new feature. To my knowledge, it doesn't add anything of value to what's already known about this puzzle.
- Code: Select all
*** r5c8 = <1> r6c7 = <1479>
### -1479- ZExocet Base = r4c46 <17> Target = r5c8,r6c7
*** r4c4 = <1> r6c5 = <1479>
### -1479- ZExocet Base = r5c89 <19> Target = r4c4,r6c5
_