I am looking for a simple alternative for a few eliminations made by the template (POM) checker in SudoCue.
Here is the situation:
- Code: Select all
.------------------.------------------.------------------.
| 39 6 5 | 7 2348 34 | 249 248 1 |
| 2 89 348 | 68 13458 13456| 4569 458 7 |
| 1 7 48 | 9 2458 456 | 2456 3 458 |
:------------------+------------------+------------------:
| 8 4 9 | 5 7 2 | 3 1 6 |
| 7 1 6 | 3 49 8 | 245 245 459 |
| 35 25 23 | 1 6 49 | 8 7 49 |
:------------------+------------------+------------------:
| 59 3 128 | 248 19 7 | 45 6 458 |
| 6 59 18 | 48 139 139 | 7 458 2 |
| 4 28 7 | 268 58 56 | 1 9 3 |
'------------------'------------------'------------------'
At this point, multi-colouring does not reveal anything, but a template check for digit 8 reveals that R2C4 and R9C5 can be eliminated.
I can see how it works:
Column 2 has 2 candidates for digit 8: R2C2 and R9C2.
When R2C2 is true, candidates in box 2 are locked to column 5, eliminating R9C5.
When R9C2 is true, candidates in box 8 are locked to column 4, eliminating R2C4.
My question to the advanced solving techniques team:
What is the simplest single-digit technique that can make these same eliminations?
Ruud.