分組X循環

等級 11 · 紅帶

需要:

X-循環

概要

分組X循環 透過允許群組節點(即方框-線交叉處的多個格子共同作為單一節點)來擴展 X-循環,這使得強鏈更為可能,並提供更多消除機會。

工作原理

  1. 使用單獨的細胞和分組節點建立單個數位的鏈條。
  2. 分組節點代表數位在方塊-線交叉處的所有出現。
  3. 強鏈條將節點與其共扼節點連接;弱鏈條連接共享屋的節點。
  4. 應用與X-循環相同的循環規則:連續循環可消除;不連續循環可強制或消除。

範例

尋找分組X循環。

1

分組X循環

Found a Grouped X-Cycle on digit 1.

2

分組X循環

Two weak links meet at the same group — this group must contain the digit.

3

分組X循環

The cycle has 5 grouped nodes. The determined group is at [r2c4, r3c4].

4

分組X循環

Digit 1 must be in group [r2c4, r3c4]. If the group is a single cell, place 1 there; otherwise eliminate 1 from cells seeing all group members.

5

分組X循環

Apply the consequence for group [r2c4, r3c4]: place 1 if it is a single cell, otherwise remove 1 from the highlighted peers.

6

應用該技術後的結果。

技巧與模式

  • 分組節點代表2-3個細胞共同作為一個單元。只要其中任何一個單元格包含數字,該組就處於「開啟」狀態。這是對X-循環的自然延伸,可處理更複雜的單一數位模式。