a cell is coded ( (RCB coordinates) (candidates) )
a link is one or more cells preceded by a header ( (header) (cell) ... )
a link composed of a single cell has a header of length 2 or 3
a link composed of several cells has a header of length 4
the first digit of the header indicates the candidate that is set
the second digit of the header indicates the depth
for a link composed of several cells the third digit indicates the unit in which the cells are row=1 col=2 box=3
the last digit of the header is a code that indicates how the current link is linked to the previous one
for the first link of a chain this code is absent if the link codes a single cell or set to zero for a link of several cells
- Code: Select all
((9 0) (7 9 9) (2 3 6 9)) : cell r7c9 forms a link on 9 at deph 0
((6 1 10) (7 8 9) (2 3 6 9)) : cell r7c8 forms a link on 6 at deph 1
linked to the previous one by the logic indicated by the code 10
((9 1 2 2) ((5 8 6) (3 6 8 9)) ((6 8 6) (2 6 9))) : cells r5c8 and r6c8 form a link on 9 at depth 1 in col
((9 1 1 2) ((9 4 8) (1 2 9)) ((9 6 8) (2 5 7 9))) : cells r9c4 and r9c6 form a link on 9 at depth 1 in row
these two links are linked to the previous one by the logic indicated by the code 2