I think the following may have bearing on the subject of this thread.
While working out a solution to loop 2 of the puzzle Fata Morgana
Illusion of Fata Morgana, I noticed that the core of the logic seems to make a deadly/unique rectangle, core refers to the six cells in the center band that contain candidates (136). Using pure sudoku rule-1 logic, this core produces a pattern of several SIS that combine in a way that leads to the eliminations.
I guess my question is first, this is a UR/DR/AUR, right? second, how does one enumerate strong inference sets related to the UR? By my set way of thinking, this UR should have enough "uniqueness power" to force 2 candidates outside to be true, however I have little practical UR experience.
- Code: Select all
Elimination logic, no eliminates included
+--------------------------------------------------+
| 6 6 | | 1 |
| 3 3 | | |
| 3 6 | 136 136 | 1 |
+--------------------------------------------------+
| 136 | | |
| 136 6 | 136 136 | 3 136 |
| | | 136 |
+--------------------------------------------------+
| 1 | 136 136 | 3 6 |
| | | 6 6 |
| 1 | | 3 3 |
+--------------------------------------------------+
Full Pencil Grid:
+-----------------------------------------------------------------------------+
| 2458 247(6) 245678 | 126789 16789 1678 | 24589 248(1) 3 |
| 2348 247(3) 1 | 23789 3789 5 | 6 248 249 |
| 258(3) 9 258(6) | 28(136) 4 8(136) | 258 7 25(1) |
+-----------------------------------------------------------------------------+
| 12348 (136) 2468 | 13678 13678 9 | 2347 5 12467 |
| 7 24(136) 2469 | (136) 5 (136) | 2349 24(136) 8 |
| 1389 5 689 | 4 13678 2 | 379 (136) 1679 |
+-----------------------------------------------------------------------------+
| 45(1) 8 457 | 7(136) 2 47(136) | 457(3) 9 457(6) |
| 249 247 3 | 5 6789 4678 | 1 248(6) 2467 |
| 6 247(1) 24579 | 13789 13789 13478 | 234578 248(3) 2457 |
+-----------------------------------------------------------------------------+
Of course, the pie in the sky would be a common logical framework that smoothly integrates URs to the rest of Sudoku logic.
If this turns out to be better placed in th FM thread, I can drag it over there leaving a reference here.