搜索资源列表
LP--simplex
- lp求解的单纯形算法,有c++builder6.0开发-lp for the simplex algorithm, c builder6.0 Development
最优化作业C++源代码
- 用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了-C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside p
simplex.rar
- c++源代码
SIMPLEX
- 用C写的求解线性规划问题,即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题.-using simplex method to solve the linear program
LinearProg.cpp
- 单纯形线性规划源代码,代码简洁用于求解线性规划问题。GNU C++下编译通过。写成了类,直接调用接口即可。-Simplex linear programming source code, code used to solve simple linear programming problem. Under the GNU C++ compiler through. Written in a category, you can directly call the interface.
Simplex
- 这是运筹学中关于单纯形算法的c程序,可以运行,而且也比较易懂-simplex method
Revisedsimplexmathod
- 此算法为改进的单纯形算法,也是运筹学中要用到的方法,可以运行的-revised simplex method
SIMPLEX
- 运筹学线性规划算法代码,只是用C语言求解而已。过程算法靠自己弄明白了,有高手最好。-Operations research linear programming algorithm code, but with C language to solve it. Algorithm to understand the process on their own, and have the best players.
shuxuesuanfa
- 包括分枝定界算法,线性规划单纯形算法,马尔可夫链算法,贝叶斯决策方法,生产计划算法,动态规划的投资问题的C语言解决-Including the branch-and-bound algorithm, linear programming simplex algorithm, Markov chain algorithms, Bayesian decision-making methods, production planning algorithms, dynamic programming i
simplex_PB06001091
- 线性规划问题的单纯形法的一个实现,c语言实现版本,比较简单-an implement of simplex of lp problem
Simplex
- 单纯形法C++代码 供大家相互学习交流-Simplex method, C++ code for all to learn from each other
simplex
- 优化设计算法:用单纯形法求解目标函数的最优解和最优值,已经验证算法的正确性,在visual c++6.0下开发-Optimization algorithm: the simplex method with the optimal solution of objective function and the optimal value, has verified the correctness of the algorithm in visual c++6.0 under development
simplex
- 用单纯形法中的人工变量法求解线性规划问题,C语言实现-Simplex method of artificial variables for solving linear programming, C language
Simplex
- C++ Code for Simplex Method
simplex-algorithm
- 应用于电力系统最优运行。C++源码。程序实现了运筹学中的单纯形算法。-This C++ procedure can be used for the optimal operation of the power system. The source code realize the "simplex algorithm" in operational research.
Simplex_Method
- simplex method program for optimization using visual C-simplex method program for optimization using visual C++
Improved-simplex-method
- 此为C++环境下的运筹学改进单纯形法算法。 运算效率高,结果精确。-This is a C + + environment to improve operational research simplex method algorithm. High computational efficiency, accurate results.
simplex-method
- 用于线性约束规划的单纯形法,通过C程序编写,调试运行通过,注释完备。-For linear constraint programming simplex method, by C programming, debugging and running through the complete comment.
simplex
- 单纯性算法C++实现,已经封装成相关的类库,读者可以直接使用, 里面也有详尽的注释.-Simple arithmetic C++ achieve, has been packaged into a related class libraries, readers can be used directly there is also a detailed comment.
Simplex method for linear programming
- 线性规划中的单纯形法的c实现,代码有测试类,(Simplex method for linear programming)
