- Code: Select all
# Original Puzzle
*-----------*
|...|13.|..9|
|.8.|.5.|.1.|
|..9|..6|.7.|
|---+---+---|
|.31|.49|...|
|6..|...|..8|
|...|76.|13.|
|---+---+---|
|.6.|5..|2..|
|.7.|.9.|.6.|
|4..|.83|...|
*-----------*
- Code: Select all
# Reduced to
*--------------------------------------------------------------------*
| 257 245 2567-4 | 1 3 478 | 4568 245 9 |
| 237 8 246 | 9 5 47 | 346 1 2346 |
| 135 145 9 | 48 2 6 | 3458 7 35-4 |
|----------------------+----------------------+----------------------|
| 2578 3 1 | 28 4 9 | 567 25 267 |
| 6 245 57-4 ? | 3 1 25 | 4579 2459 8 |
| 258 9 2458 | 7 6 258 | 1 3 245 |
|----------------------+----------------------+----------------------|
| 9 6 3 | 5 7 14 | 2 8 14 |
| 158 7 58 | 24 9 124 | 345 6 1345 |
| 4 125 25 | 6 8 3 | 579 59 157 |
*--------------------------------------------------------------------*
I use Templates to handle Colors and Multi-Colors. At this point, my solver says [r1c3]<>4 and [r3c9]<>4. These correspond to Multi-Colors reductions. Now, here's where I get lost. My solver indicates next that [r5c3]<>4 through Templates as well. Is there some higher form of Coloring that explains this elimination? TIA!!!