# 不规则网

我们继续来看网结构。这次我们来看的是一些长相比较特殊的网，即不遵循基础的按矩阵排列形式的结构。

因为网结构本身是看的零秩结构作为基础推理原则，所以它的形状并不是结构的重点，所以排列并不重要，它长得歪瓜裂枣也不会影响推理和结论的成立与否。

## 例子 1 <a href="#example-1" id="example-1"></a>

<figure><img src="/files/0ZLAWKwPfXAmYmv3csMs" alt="" width="375"><figcaption><p>例子 1</p></figcaption></figure>

如图所示。这是一个 9 个单元格的网结构。行上需要计算的弱区域有 6 个（`r5` 有 2 个，`r6` 有 4 个），列上有 3 个（`c3` 有 2 个，`r5` 有 1 个），所以是零秩结构。

## 例子 2 <a href="#example-2" id="example-2"></a>

<figure><img src="/files/oetrxODsXHMiIYejoSFP" alt="" width="375"><figcaption><p>例子 2</p></figcaption></figure>

如图所示。这是一个 8 个单元格的网结构。

## 例子 3 <a href="#example-3" id="example-3"></a>

<figure><img src="/files/a6wuKEvJtuCHeosyjdrZ" alt="" width="375"><figcaption><p>例子 3</p></figcaption></figure>

如图所示。这还是之前的那个“噱头题”。

这个题我换了一个网的结构的位置，删数仍然是一样的，只是用了类似多米诺环的风格重新呈现了一个新的网结构，连弱区域的数量和单元格数量都和之前的例子一致——也是 20 个。

## 例子 4 <a href="#example-4" id="example-4"></a>

<figure><img src="/files/5A6jc0If13n7t469NjJb" alt="" width="375"><figcaption><p>例子 4</p></figcaption></figure>

如图所示。这是一个 8 个单元格的网结构。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sudoku.kazusa.tech/rank-theory/06-multisector-locked-set/03-irregular-multisector-locked-set.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
