# 唯一矩形构造

欢迎来到新的板块。包装的部分已经结束了，这是第二部分。

所谓构造，指的是玩家可以通过前面学到的技巧加以组合，构成新的推理思路。也就是说，你可以在不学习新的技巧的推理过程之前，就可以先对前面的技巧进行灵活使用，构造出来新的技巧推理形式。

这样的用法还不少，尤其是在链里的使用非常繁多，在之前的教程里，构造的内容都是放在链里说的；这次我们把他抽取出来，单独形成一个板块。

先来说结构构造。所谓结构构造，就是构造的逻辑只涉及前文里非链的内容的技巧进行组合使用的模式。但是这种使用逻辑在之前我们学到的技巧里只有唯一矩形这个技巧不太“常规”，所以就让它来作为我们切入构造推理的敲门砖吧。


---

# 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/construction/01-unique-rectangle-construction.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.
