Mathematica 9 is now available

LinearProgramming

Usage

LinearProgramming[c, m, b] 求在约束   下最小化量 c.x 的向量 x.


Notes

• 在向量cb 及矩阵 m 的所有分量必须是数。 •如果输入是精确的,LinearProgramming 给出精确有理数。
LinearProgramming 接受相同的选项ToleranceConstrainedMax.
• 参见 Mathematica 全书: 3.9.9.
• 同时参见: ConstrainedMin.
Further Examples

This is a linear programming problem given in terms of a cost function and inequalities.

In[1]:=  

Out[1]=

This is the same problem given in matrix form.

In[2]:=  

Out[2]=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.