eleven wrote:Would you solve this with an xy-chain ? http://forum.enjoysudoku.com/viewtopic.php?p=52686#p52686
So, there's a contest to find the hardest puzzle that fits the specified pattern? How would one interpret the "ED=9.0/9.0/2.6" part of the submission?
Specific to the puzzle you linked (the one submitted by TTHsieh, right?): I pretty easily reduced that to what looked like a BUG+3 situation. Everything seemed to match the description of a BUG, so I proceeded with the assumption that one of R6C3, R4C8, or R4C9 had to be a 1. Of course, making R4C8 or R4C9 a one forced R6C3 to be a one, and that solved the puzzle no chains required. This is the state I reduced it to:
- Code: Select all
*--------------------------------------------------*
| 1 9 7 | 5 2 8 | 6 4 3 |
| 8 4 3 | 7 6 1 | 9 2 5 |
| 9 2 5 | 8 3 6 | 1 7 4 |
|----------------+----------------+----------------|
| 39 13 14 | 6 5 7 | 2 189 148 |
| 5 2 8 | 1 9 4 | 7 3 6 |
| 69 7 146 | 2 8 3 | 5 19 14 |
|----------------+----------------+----------------|
| 36 35 9 | 4 1 26 | 8 57 27 |
| 4 8 12 | 9 7 5 | 3 6 12 |
| 7 15 26 | 8 3 26 | 4 15 9 |
*--------------------------------------------------*
Is there some other way of solving this that I missed?