搜索资源列表
Branch and Bound
- Branch and Bound 算法实现.用以快速搜索一个区域.-Branch and Bound algorithm. Quick search for a regional.
BRANCH
- 分枝定界法,运筹学-branch-and-bound method, and operations
01beibao.rar
- 01背包问题,里面有四种算法,分别为动态规划,分支限定发,回溯法和谈新算法!,01 knapsack problem, there are four kinds of algorithms, dynamic programming, respectively, branch limit hair, the new algorithm backtracking peace!
TSP_BranchAndBound.rar
- Solving the TSP problem using the Branch and Bound Algorithm,Solving the TSP problem using the Branch and Bound Algorithm
BNB20.rar
- branch-and-bound-tree algotihm for optimization,branch-and-bound-tree algotihm for optimization
BABA.rar
- TSP问题的求解,分支限界,利用分支限界求TSP问题,TSP Soulution using branch and bound
fzdj.rar
- 分支定界算法C语言实现源程序,标准C源代码,直接可以运行,程序有详细的说明,Branch and bound algorithm for C language source code implementation, the standard C source code can run directly, the program has a detailed descr iption of
IntProgFZ.rar
- 利用分支定界法求解整数规划问题,结果精确~~~~~,Using branch and bound method to solve integer programming problems, the results of precise ~~~~~
branch-and-cut-algorithm.rar
- 分支-切割法是把分支定界法与割平面法结合起来,用来求解混合整数规划问题。 ,Branch and cut is a method of combinatorial optimization for solving integer linear programs, that is, linear programming problems where some or all the unknowns are restricted to integer values. The method is
branch_and_board
- 在模式识别应用中,用分支定界法(branch-and-board method)进行特征的选择。该程序在matlab环境下实现了该算法,以从六个特征中选择两个最佳特征为例-In pattern recognition applications, using branch and bound method (branch-and-board method) to carry out the characteristics of choice. The program in the matlab e
Knapsack
- 经典的背包问题用分支限界法实现的JAVA代码-Classical knapsack problem using branch and bound method of the JAVA code
fenzhixianjie
- 0/1背包问题的优先队列式分支限界算法程序-0/1 knapsack problem the priority queue-type branch and bound algorithm procedure
FlowShop
- 用c++实现的批处理作业调度问题·优先队列式分支限界法·回溯法,包括Flowshop和make两个类,含有测试用的数据data-With c++ Realized the issue of batch job scheduling priority queue-style backtracking branch and bound method, including Flowshop and make the two categories, containing the test data us
branch
- 汇编程序的分支程序的设计 编写程序,将一个包含有20个数据的数组M分成两个数组:正数数组和负数数组N,并分别把这两个数组中的数据存储在数组M1和M2中。-Assembler branch design procedures programming, one containing 20 data array M is divided into two arrays: an array of positive and negative array N, and, respectively, thes
BranchBound
- 算法作业,采用分支定界算法,求解最小路径问题-Algorithm operations, branch and bound algorithm for solving the minimum path problem
TSP
- 本程序通过使用分支限界法实现旅行商问题,成功解决了旅行商问题-This procedure achieved by using the branch and bound traveling salesman problem, successfully solved the traveling salesman problem
01beibao
- 这是一个用分支限界法实线01背包问题的说明文档,包含代码-This is a branch and bound method with solid line 01 knapsack problem of documentation, including code
bnb20
- 在实际应用着经常需要求解非线性整数规划或混合规划问题,该领域中的一种常用的算法是分支定界(branch and bound)算法,但是matlab工具箱中没有相关的函数。荷兰Groningen大学的Koert Kuipers编写的的BNB20工具箱可以用来求解一般非线性整数规划问题-In practice, frequent need to solve nonlinear integer programming or mixed programming problem, the area a p
suanfashejiyufenxi
- 计算机算法设计与分析实验报告:6大算法详细实验报告(相当详细).分治,动态规划,贪心,回溯,分支限界-Computer Algorithm Design and Analysis of Experimental Report: 6 large algorithm experiment detailed report (in considerable detail). Sub-rule, dynamic programming, greedy, backtracking, branch and b
Branch-and-Price
- Branch—and—Price,一种广义分枝定界或分枝定界的扩展算法,它允许列生成过程应用于整个分枝定界树-The philosophy of branch-and-price is similar to that of branch-and-cut except that the procedure focuses on col- umn generation rather than row generation.