- Code: Select all
.---------------.---------------.-------------.
| 5 8 2679 | 267 1 279 | 679 3 4 |
| 3 4 679 | 5 79 8 | 679 1 2 |
| 29 27 1 | 267 3 4 | 5 679 8 |
:---------------+---------------+-------------:
| 4 29 29 | 1 8 6 | 3 5 7 |
| 7 1 8 | 3 4 5 | 26 26 9 |
| 6 5 3 | 27 279 279 | 8 4 1 |
:---------------+---------------+-------------:
| 8 3 27 | 9 6 1 | 4 27 5 |
| 29 6 4 | 8 5 27 | 1 279 3 |
| 1 279 5 | 4 27 3 | 279 8 6 |
'---------------'---------------'-------------'
while looking at this puzzle over in the xyz-hybrid thread I noticed something interesting, that i would like to definitely program I need help on this one
i do not know if its covered under DDS {subset counting}
locked dds and/or almost locked dds (adds) can be bridged / chained together to apply eliminations.
Example 1a: DDS + ADDS
- Code: Select all
:---------------+---------------+-------------:
| 8 3 27@ | 9 6 1 | 4 27@* 5 |
| 29* 6 4 | 8 5 27 | 1 279? 3 |
| 1 279 5 | 4 27 3 | 79-2 8 6 |
'---------------'---------------'-------------'
A : 27 @ R7C38 z = 2,7
B : 279 @ R8C19,R7C8 z = 2
all cells that see "pivot" "?" and @* cells may exclude common z from A&B
Example 1b:
- Code: Select all
:---------------+---------------+-------------:
| 8 3 27 | 9 6 1 | 4 27 5 |
| 29@ 6 4 | 8 5 27* | 1 279 3 |
| 1 279@? 5 | 4 27@* 3 | 279 8 6 |
'---------------'---------------'-------------'
A: 27 @ R8C6,R9C5 z = 2,7
B: 279 @ R8C1,R9C25 Z= 2
all cells that see "pivot" "?" and @* cells may exclude common z in A&B
example 2a: ADDS + ADDS
- Code: Select all
:---------------+---------------+-------------:
| 8 3 27@ | 9 6 1 | 4 27* 5 |
| 29*@ 6 4 | 8 5 27 | 1 279*? 3 |
| 1 279@? 5 | 4 27 3 | 79-2 8 6 |
'---------------'---------------'-------------'
A: 279 @ R7C3,R8C1,R9C2 Z = 2
B: 279 @ R7C8,R8C19, Z = 2
all cells that see all "pivot" ? cells may exclude common z in A&B
example 2b: adds + adds
- Code: Select all
:---------------+---------------+-------------:
| 8 3 27 | 9 6 1 | 4 27 5 |
| 29@* 6 4 | 8 5 27* | 1 279*? 3 |
| 1 279@? 5 | 4 27@ 3 | 79-2 8 6 |
'---------------'---------------'-------------'
A: 279 @ R8C168 z= 2
B: 279 @ R8C1,R9C25 Z= 2
all cells that see all "pivot" ? cells may exclude common z in A&B
example 3: ADDS +ADDS +ADDS + adds
- Code: Select all
:---------------+---------------+-------------:
| 8 3 27 | 9 6 1 | 4 27 5 |
| 29 6 4 | 8 5 27 | 1 279? 3 |
| 1 279? 5 | 4 27 3 | 79-2 8 6 |
'---------------'---------------'-------------'
A: 279 @ R7C3,R8C1,R9C2 Z = 2
C: 279 @ R8C168 z= 2
B: 279 @ R7C8,R8C19 Z = 2
D: 279 @ R8C1,R9C25 Z= 2
all cells that see all "pivot" ? cells may exclude common z in A,B,C,D