Cec wrote:Anyway, I got as far as the following grid after applying "Locked Candidates" and other basic eliminations where Simple Sudoku suggests further eliminations by "Colors" and highlighting cell r9c2 (candidates 1,4,6). This has confused me because I understand "Colors" refers to conjugate cells where only two candidates exist in the cells to be considered by denoting + and - to distinguish their difference to eventually eliminate a candidate which "sees" both a + and - in the same group or unit.
- Code: Select all
*-----------------------------------------------------------------------------*
| 4 8 27 | 127 1279 1279 | 6 3 5 |
| 1 9 6 | 345 34 35 | 7 8 2 |
| 257 57 3 | 267 2678 278 | 4 9 1 |
|-------------------------+-------------------------+-------------------------|
| 8 35 124 | 1237 1237 6 |+12 45 9 |
| 27 +17 9 | 8 5 4 | 3 -12 6 |
| 56 356 124 | 9 123 123 | 8 45 7 |
|-------------------------+-------------------------+-------------------------|
| 67 1467 8 | 124567 12467 1257 | 9 126 3 |
| 3 2 17 | 167 89 89 | 5 16 4 |
| 9 *146 5 | 12346 12346 123 |-12 7 8 |
*-----------------------------------------------------------------------------*
That is a valid "Colors" move. The conjugate cells don't have to contain the same 2 candidates in each of them. The key property is
strong links (e.g. bilocational candidates). For this example, r5c28, r5c8+r4c7, r49c7 are all strong links of 1. So we have this conjugate chain:
r5c2:+ => r5c8:- => r4c7:+ => r9c7:-
As a result, r9c2, which sees both r5c2 & r9c7, cannot contain a 1. Other experts will tell you this move is also called a
turbot fish.
However, it is not the critical move to solve this puzzle. The critical move is the following:
Highlight the area below to read the spoiler I wrote:ALS-xz rule:
A=r5c1={27}
B=r468c3={1247}
x=2
z=7 => r7c1<>7
Cec wrote:I might add I've also been confused about this puzzle which SS says is insoluble.
When SS evaluates a puzzle it only checks for the solved cells, and ignores the pencilmarks. That's why when you load the puzzle SS doesn't say anything (implying it's a
valid puzzle) before running into trouble when you keep pressing F11 for it to find its own steps. You can type Ctrl-C right after you load the puzzle and type Ctrl-V in Notepad to paste it, you'll get something like this:
- Code: Select all
*-----------*
|.8.|...|635|
|196|...|782|
|..3|...|491|
|---+---+---|
|8..|..6|..9|
|..9|854|3.6|
|...|9..|8.7|
|---+---+---|
|..8|...|9.3|
|32.|...|5.4|
|9.5|...|.78|
*-----------*
*-----------------------------------------------------------------------------*
| 24 8 247 | 127 1279 1279 | 6 3 5 |
| 1 9 6 | 345 34 35 | 7 8 2 |
| 257 57 3 | 267 2678 278 | 4 9 1 |
|-------------------------+-------------------------+-------------------------|
| 8 1345 124 | 1237 1237 6 | 12 45 9 |
| 27 17 9 | 8 5 4 | 3 12 6 |
| 2456 13456 124 | 9 123 123 | 8 45 7 |
|-------------------------+-------------------------+-------------------------|
| 467 146 8 | 124567 12467 1257 | 9 26 3 |
| 3 2 17 | 167 89 89 | 5 16 4 |
| 9 46 5 | 12346 12346 123 | 12 7 8 |
*-----------------------------------------------------------------------------*
Load the top grid (with clues only) to SS, and you can solve it by yourself no problem (but SS will get stuck).