Leren wrote:
- Code: Select all
*--------------------------------------------------------------------------------*
| 2 168 138 |B1678 B18 4 | 9 3678 5 |
| 357 T1-568 138 | 125678 9 125678 | 68 3678 4 |
| 57 4 9 | 5678 3 5678 | 2 1 T678 |
|--------------------------+--------------------------+--------------------------|
| 1 3 5 | 27 27 9 | 4 68 68 |
| 8 2 7 | 456 45 56 | 1 9 3 |
| 4 9 6 | 3 18 18 | 7 5 2 |
|--------------------------+--------------------------+--------------------------|
| 59 7 2 | 158 6 158 | 3 4 89 |
| 359 158 138 | 24578 45 2578 | 568 2678 6789 |
| 6 58 4 | 9 27 3 | 58 27 1 |
*--------------------------------------------------------------------------------*
Exocet : r1c4 r1c5 r2c2 r3c9 (1678) r3c8==r2c2: => - 568 r2c2; stte
I am unable to follow your post justifying this exocet. It's my understanding that every digit in the base cells, when considered true using single-digit logic, must force at least one target cell true for that digit. Here is my analysis for "1":
- Code: Select all
r1c4=1 -> r6c5=1, r7c6=1 -> X-Wing r28c23
+-----------------------------------+
| . -1 -1 | =1 -1 . | . . . |
| . *1 *1 | -1 . -1 | . . . |
| . . . | . . . | . 1 . |
|-----------+-----------+-----------|
| 1 . . | . . . | . . . |
| . . . | . . . | 1 . . |
| . . . | . =1 -1 | . . . |
|-----------+-----------+-----------|
| . . . | -1 . =1 | . . . |
| . *1 *1 | . . . | . . . |
| . . . | . . . | . . 1 |
+-----------------------------------+
r1c5=1 -> r6c6=1, r7c4=1 -> X-Wing r28c23
+-----------------------------------+
| . -1 -1 | -1 =1 . | . . . |
| . *1 *1 | -1 . -1 | . . . |
| . . . | . . . | . 1 . |
|-----------+-----------+-----------|
| 1 . . | . . . | . . . |
| . . . | . . . | 1 . . |
| . . . | . -1 =1 | . . . |
|-----------+-----------+-----------|
| . . . | =1 . -1 | . . . |
| . *1 *1 | . . . | . . . |
| . . . | . . . | . . 1 |
+-----------------------------------+
How do you get past the X-Wing to force r2c2=1?
_