ronk wrote:udosuk wrote:- Code: Select all
+----------+----------+-------------------+
| . . . | . . . | . . . |
| . . . | . X . | . 29 . |
| . . . | . . . | . . . |
+----------+----------+-------------------+
| . . . | . . . | . 12589 . |
| . . . | . 29 . | 12589 12589 12589 |
| . . . | . . . | . 12589 . |
+----------+----------+-------------------+
| . . . | . . . | . . . |
| . . . | . . . | . . . |
| . . . | . . . | . . . |
+----------+----------+-------------------+
X <> 2,9
(The mechanism is similar to
Empty Rectangle but not quite the same.)
If there is no ER, where is your strong link
The
grouped strong link is at r46c8+r5c789 (or alternatively, r456c8+r5c79), which disallows r2c8+r5c5 to be both 2s or both 9s, thus eliminating r2c5 from being 2 or 9.
Compared to the following ER:
- Code: Select all
+----------+----------+-------------------+
| . . . | . . . | . . . |
| . . . | . 29 . | . Y . |
| . . . | . . . | . . . |
+----------+----------+-------------------+
| . . . | . . . | . 12589 . |
| . . . | . 29 . | 12589 12589 12589 |
| . . . | . . . | . 12589 . |
+----------+----------+-------------------+
| . . . | . . . | . . . |
| . . . | . . . | . . . |
| . . . | . . . | . . . |
+----------+----------+-------------------+
Y <> 2,9
Alternatively, we can view the ER above as a
grouped turbot fish:
Grouped strong link: r456c8+r5c79 must have 2
Strong link: r25c5 must have 2
Weak link: r5c5 & r5c79 can't both contain 2
If r5c5<>2, r2c5=2
If r5c79<>2, r456c8 have 2
=> r2c8 can't be 2
Same argument on digit 9.