- Code: Select all
*-----------*
|...|.9.|8.1|
|392|..8|...|
|...|...|.2.|
|---+---+---|
|.3.|6..|5.2|
|6..|.4.|..3|
|1.9|..3|.4.|
|---+---+---|
|.8.|...|...|
|...|8..|465|
|4.3|.5.|...|
*-----------* # original
- Code: Select all
# reduced to BUG+1 at [r7c6]
#
# <1> occurs three times in buddy cells to [r7c6]
# <4> occurs twice in buddy cells to [r7c6]
# <6> occurs twice in buddy cells to [r7c6]
#
# Simple Sudoku says [r7c6]=4 ... and it solves puzzle!!!
*--------------------------------------------------*
| 5 4 67 | 23 9 26 | 8 37 1 |
| 3 9 2 | 14 17 8 | 67 5 46 |
| 78 1 68 | 35 67 45 | 39 2 49 |
|----------------+----------------+----------------|
| 78 3 4 | 6 18 17 | 5 9 2 |
| 6 2 78 | 59 4 59 | 1 78 3 |
| 1 5 9 | 27 28 3 | 67 4 68 |
|----------------+----------------+----------------|
| 29 8 5 | 49 26 #146 | 39 13 7 |
| 29 7 1 | 8 3 29 | 4 6 5 |
| 4 6 3 | 17 5 79 | 2 18 89 |
*--------------------------------------------------*
Why isn't [r7c6]=1 correct???