搜索资源列表
SIMPLEX
- 用C写的求解线性规划问题,即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题.-using simplex method to solve the linear program
cprograme
- 原始单纯型算法求解优化问题,此算法程序注释简介明了,通俗易懂,便于学习。-Original simplex algorithm to solve optimization problems, this algorithm program notes brief introduction and clear, user-friendly, easy to study.
danchunx
- 这是我自己编写的单纯形算法的C++程序。-This is what I have written simplex algorithm of C++ program.
Simplex
- fortran语言实现的用单纯形发解线性规划问题-a program of solving linear programming problem that programed by fortran
dcxf
- 用单纯形法求优化问题的C++源代码,经测试,该程序运行正常,得到了预期的结果。-Simplex method for the optimization of C++ source code, tested, the program works correctly to get the desired results.
Nelder-Mead
- Nelder Mead simplex algorithm for minimizing N-dimension const function Copyright (C) 2008 Colin Caprani - www.colincaprani.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General P
danchunxingfa
- 单纯形法的源程序,很好用的哦,运筹学线性规划-Of the simplex method source program, nice oh, operations research linear programming
Simpleks_method
- This program finds the maximum / minimum of the objective function subject to constraints by the simplex method
simplex-master
- simplex算法,是优化算法中的典型算法,本例方便需要调用该算法的学习者初步了解该算法的运用-A simple scr ipt to optimize a linear program using the SIMPLEX algorithm. The function "simplex" in simplex.m is the entry point for running an optimization.
Simplex_Method
- simplex method program for optimization using visual C-simplex method program for optimization using visual C++
LP
- 此程序是用大M值单纯形法来求解线性规划,输入格式按标准型来输入,输入时有提示-This program is a large value of M simplex method for solving linear programming
untitled27
- ///Simplex Method/// Let a linear program be given by a canonical tableau. The simplex algorithm proceeds by performing successive pivot operations which each give an improved basic feasible solution the choice of pivot element at each step is larg
lab7
- 包含初始化等操作,通过输入线性规划问题的标准输入矩阵来解决线性规划问题(A python program for simplex algorithm to solve linear programming.)
