搜索资源列表
IP
- This function solves the mixed integer linear programming problems. It uses the linprog.m function that comes with the optimization toolbox of MATLAB. It employs the branch and bound algorithm. It uses depth first search.
Mathematical-Programming
- 数学规划 lp - 线性规划 linprog - 线性规划(在MATLAB5.3使用) fmin - 一元函数极值 fminu - 多元函数极值拟牛顿法 fmins - 多元函数极值单纯形搜索法 constr - 非线性规划 fmincon - 非线性规划(在MATLAB5.3使用)- Mathematical Programming lp- Linear Programming linprog- linear programming (in M
第一章 线性规划
- 采用Matlab中 linprog函数来求解线性规划问题,使用matlab自带函数,提高了计算效率。(The LINprog function in Matlab is used to solve the linear programming problem, and its own function in Matlab is used to improve the calculation efficiency.)