Hi
blue,
blue wrote:SpAce wrote:(135=6|7|8)r278c9 - (6781=4)r9c7892 - (4=3|5)r2c2 - (35)r2c79,r8c2 = (15,3|13,5)r2c79,r8c9 => -135 r3c9; stte
I see your mention of r8c2, but really no clear indication that r8c9 would match r2c2, and (with that) be distinct from r2c7.
Added: OK, I see ... "(3|5)r2c2 - r8c2 = r8c9" sort of does it.
I would probably still make special mention of it, though.
I'm glad if you think it's correct (?), after all. That said, I have no disagreement about the lack of transparency in the last link. I can easily follow the flow from left to right but it's not so easy the other way around (which is why I reversed the chain in the first place). Usually that indicates a mistake as every link should work independently and regardless of the orientation. Yet I can't see an actual mistake here (but if you do, please inform!). Unfortunately I can't really see much clearer ways to write it either.
This is the intended logic anyway, from the most explicit net to the most flattened and reduced version:
- Code: Select all
Iteration 1:
(3=15)r2c79
/
(3)r2c2
|| \
|| (3)r8c2 = (3)r8c9
||
- (4)r2c2
||
|| (5=13)r2c79
|| /
(5)r2c2
\
(5)r8c2 = (5)r8c9
Iteration 2:
(3)r2c2 - (3)r2c79,r8c2 = (15)r2c79&(3)r8c9
||
- (4)r2c2
||
(5)r2c2 - (5)r2c79,r8c2 = (13)r2c79&(5)r8c9
Iteration 3:
(3)r2c2 - (3)r2c79,r8c2 = (15,3)r2c79,r8c9
||
- (4)r2c2
||
(5)r2c2 - (5)r2c79,r8c2 = (13,5)r2c79,r8c9
Iteration 4:
- (4=3|5)r2c2 - (35)r2c79,r8c2 = (15,3|13,5)r2c79,r8c9
Iteration 5:
- (4=3|5)r2c2 - (35)r2c79,r8c2 = (135)r2c79,r8c9
Does that make sense? I chose to present Iteration 4 as a compromise between conciseness and a resemblance of clarity. Iteration 5 is obviously the shortest and the prettiest (only one small -- but significant -- deviation from
eleven's original), and I think it would be technically correct too, but the last strong link requires even more mental acrobatics to see why it works. Still I think it's slightly less difficult than with the original 35
r2c7,r8c2 which requires seeing the interactions within the r2c79,r8c9 group. My way avoids that, but I understand that it's not how eleven saw the logic.