Well, in a BUG every unsolved clue is a bivalue, and every digit appears twice in each house. Right?
After basics:
- Code: Select all
+-------------+-------------+-------------+
| 5 29 29 | 1 7 8 | 6 4 3 |
| 6 38 38 | 5 9 4 | 2 7 1 |
| 7 1 4 | 3 26 26 | 8 5 9 |
+-------------+-------------+-------------+
| 12 7 5 | 9 4 12 | 3 6 8 |
| 248 248 6 | 27 3 5 | 1 9 47 |
| 9 34 13 | 67 8 16 | 5 2 47 |
+-------------+-------------+-------------+
| 14 49 19 | 26 26 3 | 7 8 5 |
| 28 5 28 | 4 1 7 | 9 3 6 |
| 3 6 7 | 8 5 9 | 4 1 2 |
+-------------+-------------+-------------+
In C1 the extra digit is 2 in 248 R5C1, in C2 it is 4 in 248 R5C2, in R5 it is 24 in R5C12, in B4 it is 24 in R5C12. In other words, the BUG is
- Code: Select all
+----------+----------+----------+
| 5 29 29 | 1 7 8 | 6 4 3 |
| 6 38 38 | 5 9 4 | 2 7 1 |
| 7 1 4 | 3 26 26 | 8 5 9 |
+----------+----------+----------+
| 12 7 5 | 9 4 12 | 3 6 8 |
| 48 28 6 | 27 3 5 | 1 9 47 |
| 9 34 13 | 67 8 16 | 5 2 47 |
+----------+----------+----------+
| 14 49 19 | 26 26 3 | 7 8 5 |
| 28 5 28 | 4 1 7 | 9 3 6 |
| 3 6 7 | 8 5 9 | 4 1 2 |
+----------+----------+----------+
which my solver says is a valid puzzle, but after the XY-wing 34-8 in R5C2 the puzzle is invalid.
Clearly I am missing something. This fits the definition I know, and stated above. Further, there are supposed to be two solutions to a BUG, right? Pick any digit in one cell, and you will get a solution. Pick the other digit in that cell, you will get the other solution. To destroy the BUG in this puzzle, you have to pick R5C1=2 and R5C2=4.
Of course, that does not work. The solution is R5C1=2, R5C2=8.