搜索资源列表
danchunxingfa
- 运筹学基本的单纯形法C语言程序能运行!本人以试!-Basic operations research simplex method C language program to run! I have to try!
danchunxingfa
- 单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。
danchunxingfa
- 用单纯形法解线性规划 根据单纯形法的原理,在线性规划问题中,决策变量(控制变量)x1,x2,…x n的值称为一个解,满足所有的约束条件的解称为可行解。使目标函数达到最大值(或最小值)的可行解称为最优解。这样,一个最优解能在整个由约束条件所确定的可行区域内使目标函数达到最大值(或最小值)。求解线性规划问题的目的就是要找出最优解。 -According to the principle of the simplex method, in linear programming problem, the
danchunxingfa
- 对偶单纯形法matlab程序,可以显示每步计算步骤,方便初学者理解单纯形法。-Dual simplex method matlab, can display every step calculation steps for beginners to understand the simplex method.
danchunxingfa
- 智能单纯形法的算法 包含所有情况 测试都通过
danchunxingfa
- 单纯形法的源程序,很好用的哦,运筹学线性规划-Of the simplex method source program, nice oh, operations research linear programming
danchunxingfa
- 这是最优化方法里面的单纯行法的程序,用matlab编写的-This optimization method is inside the simplex method of procedure, using matlab
danchunxingfa
- 单纯性法,运用单纯性法求解线性规划问题,速度快,效率高-linear programming problem
danchunxingfa
- 单纯形法,优化方法课程中,实现求解线性规划问题的通用方法(In the course of simplex method and optimization method, a general method for solving linear programming problems is presented)