A frequently observed pattern is a strong corner where a candidate is part of a bi-location pairing in both rows and columns. Sometimes you can create a multi-branched AIC-net using both strong link pathways. A nice alternative way of looking at things that keeps the AIC single-threaded is to form an X-wing out of that strong corner. An alternate digit in the strong corner cell can serve as one exit, and the extra weak links in the opposite cornered box can often combine to form a useful strong link in that box. Here is an example...
- Code: Select all
*-----------------------------------------------------------*
| 7 6 1 | 9 25 *4 | 8 235 *235X |
| 9 2 3 | 17B8c 157b 156d8C| 16 15 4 |
| 5 4 8 | 12 3 126D | 1269 7 1269a |
|-------------------+-------------------+-------------------|
| 8 3 4 | 6 12 7 | 5 9 12 |
| 16 5 9 | 128 4 128 | 1236 123 7 |
| 16 7 2 | 5 9 3 | 4 8 16 |
|-------------------+-------------------+-------------------|
| 23 8 7 | 123 6 *125X | 1239 4 *15x9A |
| 4 9 6 | 1237 1257 125 | 123 1235 8 |
| 23 1 5 | 4 8 9 | 7 6 23 |
*-----------------------------------------------------------*
Note the strong corner for 5's in r7c9, r1c9, and r7c6. Because of that strong corner, we can say that either the corner (5)r7c9 is true or the x-wing (5)r17/c69 is true. In an AIC we can use...
(5)r7c9 = (5)r17/c69
and note the weak links to the x-wing in box 2. Thus we can create the following AIC...
(9)r3c9 = (9-5)r7c9 = (5)r17/c69 - (5)r1c5|r2c6 = (5-7)r2c5 = (7-8)r2c4 = (8-6)r2c6 = (6)r2c7 => r3c9 <> 6
Note that 3D-multi-coloring seems to help bring these deductions out.