I tried to compare my solver's solutions to those found by champagne in 03_E1_exo_je.txt. There were instances where I found three Exocet patterns, but champagne listed (at most) two JExocet patterns. No big deal. However, I ran across several other instances where I found two Exocet patterns and champagne listed one JExocet pattern. Again, no big deal ... until I examined one of those patterns.
- Code: Select all
98.7..6..75.....8...6......4...3.5....56...9......2..3..78...5.....2.1.......1..4
;13461;GP;kz0;1;r3c1 r3c2 r2c4 r1c8 1234;;
+--------------------------------------------------------------------------------+
| 9 8 1234 | 7 B145 B345 | 6 1234 125 |
| 7 5 Q1234 | 12349 1469 3469 | 2349 8 129 |
| 123 1234 6 | 123459 14589 34589 | 23479 12347 R12579 |
|--------------------------+--------------------------+--------------------------|
| 4 12679 1289 | 19 3 789 | 5 1267 12678 |
| 1238 1237 5 | 6 1478 478 | 2478 9 1278 |
| 168 1679 189 | 1459 145789 2 | 478 1467 3 |
|--------------------------+--------------------------+--------------------------|
| 1236 123469 7 | 8 469 3469 | 239 5 269 |
| 3568 3469 3489 | 3459 2 345679 | 1 367 6789 |
| 23568 2369 2389 | 359 5679 1 | 23789 2367 4 |
+--------------------------------------------------------------------------------+
# 175 eliminations remain
### -1234- QExocet Base = r3c12 Target = r1c8,r2c4==r1c9
### -1345- QExocet Base = r1c56 Target = r2c3,r3c9
r1c5 = 1; -1r2c3 = X-Wing c34\r46 - r8c46 = r3c8 - r3c12 = 1r2c3
r1c6 = 3; -3r2c3 = X-Wing c34\r89 - r8c89 = r3c8 - r3c12 = 3r2c3
r1c56 = 4; -4r2c3 = r8c3 - r8c4 = r6c4 - r6c8 = r3c8 - r3c12 = 4r2c3
5r1c56 - r1c9 = 5r3c9
If any of <134> is true in the base cells, then it must be true in r2c3. However, if <5> is true in the base cells, then it must be true in r3c9. So, my solver included the second QExocet above. Now, this pattern isn't a JExocet, but it does raise a flag in my tired/sleepy head. Your thoughts!!!
There are 5,227 puzzles where my results differ from champagne's results; and, I'm not sure how often the explanation is simply that I found three patterns and champagne only reported two of his patterns. However, it is possible that the above observation is not a single anomaly.
_