# 小结

### Q & A

{% hint style="info" %}
**问:** 检验数含义, 影子价格含义?
{% endhint %}

**答:**

* 检验数含义: 在一个线性规划问题中, 检验数描述了非基变量引入到当前解中对目标函数的影响
* 影子价格含义: 在线性规划中, 影子价格指的是约束右端常数项 (资源) 单位变动对目标函数的边际影响

{% hint style="info" %}
**问:**  $$LP$$ 增加 $$n$$ 个变量, 顶点数量变化?
{% endhint %}

**答:**

* 假设 $$LP$$ 有 $$m$$ 个约束, $$n$$ 个变量 ($$n > m$$), 其顶点数量最大为 $$\tbinom{n}{m}$$
* 增加 $$n'$$ 个变量后, 其顶点数量最大为 $$\tbinom{n + n'}{m}$$


---

# 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/xiao-jie.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.
