ronk wrote:Conjugate pairing for 6s is ...
- Code: Select all
A a . | . . . | . . .
. . . | . . . | . . .
. . . | . . . | 6 6 6
- - - + - - - + - - -
6 6 . | . 6 . | 6 6 6
6 6 . | . . C | . 6 6
6 6 . | . 6 . | 6 6 6
- - - + - - - + - - -
. . . | . 6 c | 6 6 .
. . . | . B . | . . b
. . . | . . . | . . .
Since Bc share a house (box 8), any candidate that "sees" both b and C
may be eliminated. Why? Both r7c6=6 and r8c5=6 cannot be true ...
therefore either r5c6=6 or r8c9=6 must be true.
Sure. OK, Ronk, I see what you are talking about. Thanks for that explanation.
That's "weak link" analysis -- any time you are jumping from
Cc to Bb, that would be equivalent to Sudoku Assistant with "+weak"
checked. If you were sticking with CcCcCc---X then that would be just
single "strong chain" analysis.
The difference is that the strong-chain analysis is done as the chains are
identified -- no need to go on if we have an invalid chain -- while the weak
business takes extra effort to identify all the weak connections between
these chains.
It's at that later point where, in this case, the Cc---Bb weak link would be
identified and the C--r5c9#6--b connection would be flagged.
Here's what Sudoku Assistant says:
r5c9 ISN'T 6: weak corner eliminated by both 10(j) and 10(J)--11(K)
Chain 10: r5c6#6(j) r7c6#6(J)
Chain 11: r8c5#6(k) r8c9#6(K)
It's calling r5c9#6 a corner because it is weakly linked to both chains,
but there's a "bend" -- neither chain directly influences the other through
this link.
Of course, a human wouldn't have to wait. A human could just spot this
right away. In principle I could set up the Sudoku Assistant so that it
checks as it goes, but that just seems inefficient, and I thought it would
be better if it separated the stages this way.
I'm glad to see that the coloring letters BbCc etc. map directly onto my
chain lettering JjKk.... You should be able to follow that on the chain table
perfectly. Originally I was using 1s and 0s, but I've switched entirely now
to AaBbCc (though 1/0 is still in the code, of course).
I'm sorry if I somewhere said "strong 3D Medusa" meant coloring. I'm
sure I meant "X cycles".