搜索资源列表
ElementAlloc
- 用元素分配法求解0-1整数规划问题,比匈牙利法简单且易实现,该算法已通过实例验证-elemental distribution method 0-1 integer programming problems than Hungary and France is simple to implement, The algorithm has been verified by examples
zhengshuguihua
- 一般来说,matlab中没有现成的工具箱来解决整数规划问题,但可以利用分支界定法来编程实现
ipslove
- 整数规划工具箱 解压后 调用ipslv_mex()函数求解整数规划问题,经过本人测试,只能在matlab6.5以下的版本用
0-1programming
- 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3,我用本程序求解得到的结果是:最优解是x*=(1,0, 0, 0, 0),最优值是f(x*)=8,但书求得最优解是x*=(1,0
ElementAlloc
- 用元素分配法求解0-1整数规划问题,比匈牙利法简单且易实现,该算法已通过实例验证-elemental distribution method 0-1 integer programming problems than Hungary and France is simple to implement, The algorithm has been verified by examples
zhengshuguihua
- 一般来说,matlab中没有现成的工具箱来解决整数规划问题,但可以利用分支界定法来编程实现-Generally speaking, matlab no ready-made kit to solve the integer programming problem, but can use the branch as defined in law to Programming
ipslove
- 整数规划工具箱 解压后 调用ipslv_mex()函数求解整数规划问题,经过本人测试,只能在matlab6.5以下的版本用-Integer programming toolkit called after decompression ipslv_mex () function for solving integer programming problems, after my testing, only in the followi
NIP
- matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序提上日程,香港大学的李端和复旦大学编写的《Nonlinear Integer Programming》(非线性整数规划)为编写
bnb20
- 非线性整数规划算法,求解非线性整数规划活混合规划问题,常用的算法是分枝定界算法。基于该算法编成的现成函数bnb20()-Nonlinear integer programming algorithm for solving nonlinear mixed integer programming live planning problem, commonly used algorithms are branch-and-bound alg
IntProgFZ
- 利用分支定界法求解整数规划问题,结果精确-Using branch and bound method to solve integer programming problems, the results of precise ~~~~~
abc
- 使用VC++求解整数规划问题的输出解.堪称经典-Integer programming problem
linearandintegercode
- 线性规划问题(单纯形法、完整单纯形法与修正单纯形法)与整数规划问题(割平面法、分支定界法与0-1规划)的matlab源程序-matlab source programs of linear programming including simple method, complete simple method and modified simple method and integer programming including divi
program
- 08年华中数模竞赛一等奖论文并附录了MATLAB程序 08年华中数模竞赛“划分选区问题”一等奖论文,附录了文字解答、模拟退火算法求解和MATLAB程序,非线性整数规划求解和LINGO程序,是数模竞赛很好的参考资料。同时,也是应用模拟退火算法解决问题有价值的参考资料。 -good
bnb20
- 在实际应用着经常需要求解非线性整数规划或混合规划问题,该领域中的一种常用的算法是分支定界(branch and bound)算法,但是matlab工具箱中没有相关的函数。荷兰Groningen大学的Koert Kuipers编写的的BNB20工具箱可以用来求解一般非线性整数规划问题-In practice, frequent need to solve nonlinear integer programming or mixed pro
matlabyouhua
- 内含大量关于优化问题的函数,如线性优化,整数规划,非线性规划-Contains a large number of optimization functions, such as linear optimization, integer programming, nonlinear programming
第02章 整数规划
- 解决整数规划的建模问题,可以较好的处理优化问题,并提供相关的实例及源程序(Solving integer programming modeling problems can better handle the optimization problems, and provide related examples and source programs.)
a20180226
- 求解混合整数规划问题,将0-1分段函数变为线性约束(Solving Mixed Integer Programming Problem)
穷举法求解0-1整数规划的matlab程序
- 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。(0-1 integer programming has a very wide application background, such as assignment problem, k
整数规划遗传
- MATLAB遗传算法求解整数规划的最大值问题(A maximum of MATLAB genetic algorithm to solve the integer programming problem)
IntegerProgrammingProblems
- matlab求解整数规划问题教程,无程序文件,可根据教程案例编写程序,易上手,适合于matlab算法初级学习。(Matlab integer programming problem solving tutorial, no program files. Written according to the tutorial case. Suitable for matlab algorithm primary learning.)