水母
策略:
基礎魚需要:
劍魚概要
水母 是魚形模式的四行四列延伸。當某個候選數在四個欄位中被限制於相同的四個欄位時,該候選數可從這些欄位中的其他單元格中刪除。
工作原理
- 找到四行,其中候選數字出現,且所有出現均位於相同的四個欄位中。
- 每行在這些欄位中必須有2至4個候選數字出現。
- 從這些四個欄位中的其他單元格中刪除候選數字。
範例
尋找水母。
水母
Check digit 2 in columns 1, 2, 5 and 8.
水母
r3c1 已經填入 4。
水母
r5c1 已經填入 3。
水母
r7c1 已經填入 5。
水母
數字 2 不能放入 r8c1,因為此列中已有 r8c3。請移除輸入內容或選擇其他數字。
水母
r9c1 已經填入 8。
水母
r3c2 已經填入 3。
水母
r5c2 已經填入 6。
水母
r7c2 已經填入 1。
水母
數字 2 不能放入 r8c2,因為此列中已有 r8c3。請移除輸入內容或選擇其他數字。
水母
r9c2 已經填入 4。
水母
r3c5 已經填入 9。
水母
r5c5 已經填入 1。
水母
r7c5 已經填入 4。
水母
數字 2 不能放入 r8c5,因為此列中已有 r8c3。請移除輸入內容或選擇其他數字。
水母
r9c5 已經填入 7。
水母
r3c8 已經填入 1。
水母
r5c8 已經填入 5。
水母
r7c8 已經填入 9。
水母
r8c8 已經填入 4。
水母
r9c8 已經填入 6。
水母
In each of these 4 columns, digit 2 is restricted to the same 4 rows: 1, 2, 4 and 6.
水母
That creates a Jellyfish: those rows must contain the digit for these columns, so other columns cannot keep it there.
水母
These are the extra 2 candidates in rows 1, 2, 4 and 6 that must be removed: r1c4, r2c6, r4c6, r4c9, r6c4 and r6c9.
水母
Remove 2 from the extra cells in rows 1, 2, 4 and 6: r1c4, r2c6, r4c6, r4c9, r6c4 and r6c9.
應用該技術後的結果。
技巧與模式
- 水母相當稀有,請先掌握X翼和劍魚。電腦輔助有助於可靠地找到水母。此模式可能不會使用全部16個交叉點格子。