After basics:
- Code: Select all
+-------------+------------+-----------------------+
| 4589 2 6 | 45 7 3 | 489 1 489 |
| 1 3 48 | 6 248 9 | 248 5 7 |
| 4589 49 7 | 25 458 1 |*3489(6?) 368 24689 |
+-------------+------------+-----------------------+
| 348 1 348 | 7 6 2 | 3458 9 458 |
| 6 7 238 | 59 59 4 | 238 38 1 |
| 24 5 9 | 3 1 8 | 46 7 246 |
+-------------+------------+-----------------------+
| 23 49 135 | 12 49 67 | 15678 68 568 |
| 7 6 12 | 8 29 5 | 19 4 3 |
| 9+4? 8 15 | 149 3 67 | 15679 2 569 |
+-------------+------------+-----------------------+
Unfortunately, my human solving skills are much less elegant than my computer programming skills. So, my human solutions tend to be much uglier than the output of my computer solver.
However, honouring the intent of the OP, I applied a pencil and paper technique that I used in my early days. Essentially: pick a likely candidate based on an heuristic, and follow the inferences, crossing out the candidates in the PM grid, until it leads to a contradiction. My heuristic chose the following, most likely possibilities, in this order:
+5r3c4, +4r6c9, +6r6c9, +4r7c5, +2r7c4, +4r9c1... and more.
The 6th one, +4r9c1, leads, with minimum effort, to a contradiction in the state of candidate 6 in cell r3c7, and thus => -4r9c1; stte
Not pretty, but no computer.
------
Edit: Thanks for this puzzle. I need more of these in order to expand my skills.