搜索资源列表
line
- 利用C#编写的单纯形表的代码,用于线性规划。大家看看,讨论讨论-Written using C# code for simplex tableau for linear programming. We take a look at, and discussing the
danchunxingfa
- 用单纯型法来计算线性规划问题的c语言程序-With the simplex method to calculate the linear programming problem of c language program
duiou
- 对偶单纯型法的c++实现,用的是运筹书上的例题。大家参考下吧-Dual simplex method in c++ implementation, using a book on the logistics example. We refer to the bar
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
CSharp-Socket
- 利用C#套接字编写的单工滑动窗口协议,供学习使用-Simplex sliding window protocol written in C# socket for learning to use
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
