搜索资源列表
complex-method
- 复合单纯形法程序,用于解决一个复杂的著名函数的优化问题,效果很好-Composite simplex method procedure for solving a complex optimization problem well-known function, with good results
danchun
- C语言实现的单纯形法程序 可以运行 能够实现单纯形法的运算-C language program of the simplex method can be run to achieve the simplex method of computing
simplex
- 此程序运用单纯形法计算目标函数为max型,约束条件全为小于等于型的线性规划问题,求解得到正确的结果。-This program uses the simplex method to calculate the objective function as max-type constraints are all less than or equal to the type of linear programming problem solving to get the correct result
neuy
- 在linux平台下实现单纯形法的优化过程。比在vc中更加方便-On the Linux platform to achieve the optimal process of simplex method. More convenient than in the vc
expertusedirective
- 用VB编写的面向对象的单纯形法,可有效解决多维线性规划问题,可以试一试()