# 已废弃

{% hint style="danger" %}
由于分割多边形后内接圆不共点，因此废弃此策略。
{% endhint %}

![](/files/lZIGr7XXYQPxqm5ORKdc)

如图所示，根据哈布历法的第二层次。

如果有三个货币，就会产生

3个一级交易对，

如果有四个货币，就会产生

2个二级交易对， 2个一级交易对。

如果有五个货币，就会产生

1个三级交易对， 2个二级交易对， 2个一级交易对。

如果有6个货币，就会产生

1个四级交易对， 3个二级交易对， 2个一级交易对。

或者

3个三级交易对， 3个一级交易对。

这就是所谓的三生万物。

```
3 - 3，3*1
4 - 6，2*2 + 2*1
5 - 9，1*3 + 2*2 + 2*1
6 - 12，1*4 + 3*2 + 2*1 or 3*3 + 3*1
N - (N-2)*3， 1*（N-2）+（N-3）*2 + 2*1或者更加复杂的情况。
```


---

# 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://www.bfm-unity.org/5.0.0/bfm-urs-wei-mian-jian-meng-lian-he-ti-chu-bei-xi-tong-qu-kuai-lian-jia-mi-huo-bi-zhong-yang-yin-hang/the-haab-calendar/yi-fei-qi.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.
