Step 1 : r7c5=2; r7c4=3, r7c6=4
If r7c5<>2, then the 3 resulting Pairs (12) in columns 357 are unresolvable (Technical name : Unique Loop).
Or
If r7c5=4, then the puzzle has no solution : r6c6=4,r6c1=9,r5c1=8; cell r5c5 is empty.
- Code: Select all
- +--------------+-------------------+-------------+
 | 2     7   5  | 4    3     6      | 8   9    1  |
 | 1     8   6  | 9    5     2      | 3   7    4  |
 | 4     9   3  | 8    7     1      | 5   6    2  |
 +--------------+-------------------+-------------+
 | 7     5   4  | 236  128   39     | 12  38   69 |
 | 9(8)  36  12 | 7    (48)  5      | 12  348  69 |
 | (89)  36  12 | 236  1248  3-4(9) | 7   348  5  |
 +--------------+-------------------+-------------+
 | 6     1   7  | 23   24    34     | 9   5    8  |
 | 5     4   8  | 1    9     7      | 6   2    3  |
 | 3     2   9  | 5    6     8      | 4   1    7  |
 +--------------+-------------------+-------------+
Simplest interpretation : (4=8)r5c5-8r5c1=(8-9)r6c1=9r6c6 :=> -4r6c6
Step 2 : row 5 has 2 solutions; the puzzle has no solution if r4c4=2 while r4c4=6 solves it.
- Code: Select all
- +--------------+-----------------+---------------+
 | 2   7     5  | 4     3    6    | 8   9    1    |
 | 1   8     6  | 9     5    2    | 3   7    4    |
 | 4   9     3  | 8     7    1    | 5   6    2    |
 +--------------+-----------------+---------------+
 | 7   5     4  | 2(6)  18   3(9) | 12  38   (69) |
 | 89  36    12 | 7     48   5    | 12  348  69   |
 | 89  (36)  12 | 2-6   148  (39) | 7   348  5    |
 +--------------+-----------------+---------------+
 | 6   1     7  | 3     2    4    | 9   5    8    |
 | 5   4     8  | 1     9    7    | 6   2    3    |
 | 3   2     9  | 5     6    8    | 4   1    7    |
 +--------------+-----------------+---------------+
Simplest interpretation : 6r4c4=(6-9)r4c9=9r4c6-(9=3)r6c6-(3=6)r6c2 :=> -6r6c4