The name is Aligned Pair Exclusion. You can call it APE.
As far as I know, Rod Hagglund is the inventor of the technique. It was used a couple of times to solve the 11 unsolvables by Mike Mepham.
A complete description with pictures can be read on http://www.scanraid.com/BasicStrategies.htm
I will attempt to summarize it here:
Take this puzzle:
- Code: Select all
39..6..275...8.9.3.6.....5....94.......8.1.......57....2.....7.1.4.7...883..2..19
.------------------.------------------.------------------.
| 3 9 8 | 145 6 45 | 14 2 7 |
| 5 47 1 | 47 8 2 | 9 6 3 |
| 47 6 2 | 147 9 3 | 8 5 14 |
:------------------+------------------+------------------:
| 27 1 35 | 9 4 6 |*357 8 *25 |
| 24679 47 569 | 8 3 1 | 57 49 256 |
| 469 8 369 | 2 5 7 | 13 49 16 |
:------------------+------------------+------------------:
| 69 2 69 | 3 1 8 | 45 7 45 |
| 1 5 4 | 6 7 9 | 2 3 8 |
| 8 3 7 | 45 2 45 | 6 1 9 |
'------------------'------------------'------------------'
I marked 2 cells R4C7 and R4C9. These 2 cells share both a row and a box. There are 13 common peers for these 2 cells.
The Aligned Pairs Rule wrote:Any two cells aligned on a row or column within the same box CANNOT duplicate the contents of any two-candidate cell they both see.
I think the rule holds for any 2 cells, but that's food for further discussion. The fact that there are 2 shared units makes the rule more effective, not more true.
The candidates for these 2 cells are: {357} & {25}, resulting in the following combinations:
- 3-2
3-5 (impossible, because no candidates left in R4C2)
5-2
5-5 (impossible)
7-2 (impossible, because no candidates left in R4C1)
7-5 (impossible, because no candidates left in R5C7)
For those looking for an alternative, there is an XY-wing eliminating 3 candidates for digit 7. Before I add this technique to my benchmark list, I need an example without such a simple alternative. Help me find one.
- Code: Select all
.------------------.------------------.------------------.
| 3 9 8 | 145 6 45 | 14 2 7 |
| 5 47 1 | 47 8 2 | 9 6 3 |
| 47 6 2 | 147 9 3 | 8 5 14 |
:------------------+------------------+------------------:
|#27 1 35 | 9 4 6 |-357 8 *25 |
|-24679-47 569 | 8 3 1 |#57 49 256 |
| 469 8 369 | 2 5 7 | 13 49 16 |
:------------------+------------------+------------------:
| 69 2 69 | 3 1 8 | 45 7 45 |
| 1 5 4 | 6 7 9 | 2 3 8 |
| 8 3 7 | 45 2 45 | 6 1 9 |
'------------------'------------------'------------------'
I think this is a nice and elegant technique that can complement the suite of techniques that we already use.
I look forward to hear some comments.
Ruud.