# 椭圆法

{% hint style="info" %}
**椭圆法**是第一个被证明具有多项式时间复杂度的线性规划算法, 由 Khachiyan 在 1979 年提出, 从理论上证明了线性规划问题属于 P 类问题. 但是, 由于在实际求解大规模问题时其性能和效率都相对较差. 因此, 在工业界和实际应用中并不常用
{% endhint %}


---

# 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://yutians-organization.gitbook.io/yun-chou-xue-he-you-hua-dao-lun/xian-xing-gui-hua-wen-ti/tuo-yuan-fa.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.
