搜索资源列表
zizhidaima_linprog
- 西北工业大学数学建模第四章习题程序,linprog矩阵运算-Northwest Industrial University mathematical modeling fourth chapter Exercises procedures linprog matrix
fenzhi
- 整数规划分支定界算法matlab通用源程序 各参数的意义同matlab优化工具箱的线性规划函数linprog 调用前,输入参数要化成matlab的标准形式
fenzhidingjie
- 运筹学中利用MATLAB实现分支定界算法的实现,其中求最优解利用linprog函数实现
TP
- 用优化算法求解运输问题。 1.不使用linprog,比较歧异解 2.用西北角法求初始基本可行解,用闭回路法确定退出基和更新运输矩阵 3.不能处理非平衡的运输问题-Optimization algorithm used to solve transport problems. 1. Do not use linprog, compare differences solution 2. With the northwest corner of France seeking an init
LINPROG
- linprog - 线性规划(在MATLAB5.3使用),用于计算线性规划问题,在命令中直接输入linprog.m即可-linprog- linear programming (in MATLAB5.3 use), used to calculate the linear programming problem, the command can be entered directly linprog.m
optim
- matlab优化工具箱,包括线性规划linprog.m,二次规划quadprog.m等-optim toolbox
ME441_Proj_JY_V01
- simplex method using its own optimization function linprog
program
- x= linprog(f,A,b,Aeq,beq) x = linprog(f,A,b,Aeq,beq,lb,ub)(realisation linprog in medical)