三文魚水母
策略:
鰭狀與三線魚需要:
鰭狀水母概要
三文魚水母 是四行變體的刺身魚。一個 水母 模式,若缺少底層細胞,可由鰭補償,從而允許限制性消除。
工作原理
- 找到一個幾乎完整的水母,其底層候選數缺失。
- 同一區塊中的fin細胞可補足缺口。
- 從同時看到fin區塊與覆蓋欄的細胞中,排除該候選數。
範例
尋找三文魚水母。
三文魚水母
Check digit 4 in columns 2, 3, 5 and 9. These columns form a Jellyfish pattern in rows 1, 6, 8 and 9.
三文魚水母
r2c2 已經填入 1。
三文魚水母
r3c2 已經填入 8。
三文魚水母
r4c2 已經填入 3。
三文魚水母
r5c2 已經填入 5。
三文魚水母
r7c2 已經填入 2。
三文魚水母
r2c3 已經填入 9。
三文魚水母
r3c3 已經填入 2。
三文魚水母
數字 4 不能放入 r4c3,因為此列中已有 r4c4。請移除輸入內容或選擇其他數字。
三文魚水母
r5c3 已經填入 7。
三文魚水母
數字 4 不是 r7c3 中的目前候選數,因為之前的求解步驟已經將其移除。
三文魚水母
r2c5 已經填入 3。
三文魚水母
r3c5 已經填入 7。
三文魚水母
數字 4 不能放入 r4c5,因為此列中已有 r4c4。請移除輸入內容或選擇其他數字。
三文魚水母
r5c5 已經填入 1。
三文魚水母
r7c5 已經填入 9。
三文魚水母
r2c9 已經填入 7。
三文魚水母
r4c9 已經填入 8。
三文魚水母
r5c9 已經填入 2。
三文魚水母
r7c9 已經填入 3。
三文魚水母
One base column has extra candidates in box 3. That box is the fin, so this becomes a Sashimi Jellyfish.
三文魚水母
Because of the fin, only cells in box 3 that also lie in rows 1, 6, 8 and 9 can lose digit 4.
三文魚水母
These are the cells that see both the fish structure and the fin: r1c8.
三文魚水母
Remove 4 from: r1c8.
應用該技術後的結果。
技巧與模式
- 三文魚水母極其罕見。在嘗試尋找它們之前,請先掌握較簡單的魚形圖案。電腦求解器最可靠地處理這些。