搜索资源列表
originalsimple
- 原始单纯形法(需直接给出初始的基变量) 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量,XB承装初始基变量的下标。输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数。-Original simplex method (to be given directly to the initial base variable) Solvin
Simplexc
- 单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。-Simplex method, the general method for solving linear programming problems. Simplex American mathematician GB Danzig in 1947 first proposed.
danchunxingfa
- 运用单纯形法求线性规划的最值问题,主要解决运筹学方面的问题-Most value the use of the simplex method for solving linear programming problems, mainly to solve the problem of operations research
cdcxf
- 单纯形法c++编程,以解决运筹学中线性规划问题,程序简单明了,对于初学者来说是一个很不错的选择-Simplex Method c programming, operations research to solve linear programming problems, procedures simple and clear, for a newcomer is a very bad choice
dcx
- 利用C语言来实现数学规划中的单纯形法,算法较简单,没有使用其他的数学技巧。-Use C language to achieve linear programming simplex method
单纯形法
- 单纯形法的c#代码。这是一个简单的单纯形法的c#代码,仅供参考使用,各位自行筛选获取信息