1) Full agreement to Steve's comments.
2) Use of the | . My own use of | is definitely unambiguous, it means OR and nothing else. It is the symbol of the OR operator in some programming languages (Java notably) and its use in Eureka notation (see
Sudocue or
Sudopedia) is the same, not at all meaning AND
Side remark: I agree that in my proposed chains, it could be omitted in the node (68=2)r9c1, since (68)r9c1 cannot mean anything else than 6r9c1 OR 8r9c1.
Added: as mentionned by Steve in a further post, even if not strictly required, there no drawback to write this (6|8=2)r9c1, in order to avoid ambiguousness or misinterpretation.
3)
StrmCkr wrote:it's not a memory chain
It's aals double linked to als and ahs. with als linked to ahs
With my own writing, and using your ideas, I'd present the following kraken AALS:
(2)r79c1
(68)r79c1 - (68)r2c12 = (8)r2c5 - (8=92)r7c45
(9)r7c1 - (9=2)r7c4
=> - 2 r7c2
...that can be written as a chain (using the | symbol, but here it's needed):
(29r7c14|2r9c1) = (68)r79c1 - (68)r2c12 = (8)r2c5 - (8=92)r7c45 => -2r7c2
(not a memory chain
)
It has the following matrix (PM 6x6):
- Code: Select all
2r7c1 6r7c1 8r7c1 9r7c1 }AALS r79c1
2r9c1 6r9c1 8r9c1 }
6r2c1 6r2c2 }AHS 68r2c125
8r2c1 8r2c2 8r2c5 }
2r7c4 9r7c4 }ALS r7c45
9r7c5 8r7c5 }
-----------------
=> -2 r7c2
Truth-link balance: 6 truths, r79c1, 68r2, r7c45; 5 links, 68c1, 9r7, 8c5, r2c2 (+ 3 links to the target)
Clearly, the AHS is doubly linked to AALS: 68c1; the ALS is linked to AALS: 9r7 and to AHS: 8c5
Thank you for your improvements. The last chain writing is my preference
,
added i.e. chain (29r7c14|2r9c1) = (68)r79c1 - (68)r2c12 = (8)r2c5 - (8=92)r7c45 => -2r7c2
Edit: more accurate wording added, according to StrmCkr's and Steve's further posts