搜索资源列表
IntProgFZ
- 利用分支定界法求解整数规划问题,结果精确-Using branch and bound method to solve integer programming problems, the results of precise ~~~~~
IntProgFZ
- 解决线性优化问题,适合各类优化函数,只需更改里面的几个数据。-Solving linear optimization problems, suitable for all kinds of optimization functions, only a few changes inside the data.
IntProgFZ
- 整数规划问题,采用MATLAB编程,可以改变参数后直接使用-Integer programming problem, the use of MATLAB programming, you can change the parameters directly
IntProgFZ
- MATLAB整数线性规划程序,通过对约束条数的调整,用以求解各类线性规划问题-MATLAB integer linear programming procedures, the number of articles on the adjustment of binding to various types of linear programming problem solving
IntProgFZ
- 分支界限法求解整数规划,matlab 分支界限法求解整数规划,matlab-branch and cut with matlab
IntProgFZ
- 分支定界法,不断将可行域分割成小的集合,再找出最优解-Branch and bound method, the feasible region divided into a collection of small, then find out the optimal solution
IntProgFZ
- 求解整数规划问题的最常用算法。这种方法不但可以求解纯整数规划,还可以求解混合整数规划问题。(Branch and bound method)