
An image on the left shows another example of the XY-Chains Parallel Elimination technique. The central 3x3 square has four candidates
'5' (marked in blue) located in columns 5 and 6. The XY-Chain has thirteen elements. Candidate
'5' (marked in red) in cell H6 has a weak link with candidate
'5' (marked in orange) in cell H8. If candidate ‘5’ in H6 is ON, all orange elements of the XY-Chain are OFF, and all yellow candidates are ON. In this case, candidate
'5' marked in yellow in cell A5 is ON as well, and all candidates ‘5’ in the central 3x3 square are eliminated. This scenario is invalid, and candidate ‘5’ in H6 should be removed.
The X-Chain Details:
- H6(5) => H8(5) - Weak Link: If 5 in cell H6 is ON, then 5 in cell H8 is OFF..
- H8(5) -> G8(5) - Strong Link: If 5 in cell H8 is OFF, then 5 in cell G8 is ON.
- G8(5) => G8(8) - Weak Link: If 5 in cell G8 is ON, then 8 in cell G8 is OFF.
- G8(8) -> A8(8) - Strong Link: If 8 in cell G8 is OFF, then 8 in cell A8 is ON.
- A8(8) => A8(7) - Weak Link: If 8 in cell A8 is ON, then 7 in cell A8 is OFF.
- A8(7) -> A2(7) - Strong Link: If 7 in cell A8 is OFF, then 7 in cell A2 is ON.
- A2(7) => A2(5) - Weak Link: If 7 in cell A2 is ON, then 5 in cell A2 is OFF.
- A2(5) -> A5(5) - Strong Link: If 5 in cell A2 is OFF, then 5 in cell A5 is ON.