- Code: Select all
*-----------*
|.3.|.6.|...|
|..4|.5.|..7|
|.5.|7..|.8.|
|---+---+---|
|...|..1|...|
|...|...|7..|
|3..|...|465|
|---+---+---|
|.1.|..7|..4|
|..5|81.|...|
|.7.|...|29.|
*-----------*
... I get to this "sticking point" ...
- Code: Select all
*-----------------------------------------------------------*
| 17 3 27 | 12 6 8 | 5 4 9 |
| 8 69 4 | 19 5 3 | 16 2 7 |
|*129 5 269 | 7 ^29 4 | 136 8 36 |
|-------------------+-------------------+-------------------|
| 2457 246 267 | 45 48 1 | 9 3 28 |
| 2459 249 29 | 345 348 6 | 7 1 28 |
| 3 8 1 | 29 7 29 | 4 6 5 |
|-------------------+-------------------+-------------------|
|^29 1 3 | 6 ^29 7 | 8 5 4 |
| 249 249 5 | 8 1 29 | 36 7 36 |
| 6 7 8 | 34 34 5 | 2 9 1 |
*-----------------------------------------------------------*
... and using the uniqueness principle based on the 29 rectangle at r37c15, try to make the placement r3c1=1. Simple Sudoku (SS) rejects it. During reload of the puzzle, I verified that SS does not report multiple solutions.
What am I missing? Are there multiple solutions which SS does not catch? Or does some other "uniqueness pattern" have precedence over this one?
TIA, Ron