搜索资源列表
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
xiongyalisuanfa
- 指派问题的匈牙利算法,用于指派n个问题给m个人的最优解-assignment of the Hungarian algorithm for assignment n m personal problems to the optimal solution
erfenpipei
- 此文件包含某大学ACM暑期培训课程中关于二分匹配的讲义ppt和匈牙利算法代码。
5058591kmMatch
- KM算法,二分图匹配算法,匈牙利算法,给定加权矩阵,计算匹配策略-KM algorithm, bipartite graph matching algorithm, the Hungarian algorithm, for a given weight matrix to calculate matching strategy
Hungarian
- 这是一个匈牙利算法,非常有用,对于解决二次分配有帮助。-this code id designed for quasi-assignment, and it maybe helpful for some optimization problem.
munkres
- 指派问题的匈牙利解法,从文件中读入待指派的数据。-Assignment problem of the Hungarian method, read from a file to be assigned to data.
HungarianAP
- 用匈牙利算法来解决最优的分配问题,比如路径或代价-hungarian algorithm to solve the assignment problem
MaximumMatching
- 用匈牙利算法实现的任务分配程序,对随机生成的矩阵求出最大匹配-Hungarian algorithm with task allocation procedures, randomly generated matrix of the maximum matching obtained
Hungary-Algorithm
- 匈牙利算法,包括目录/问题简介/算法描述/时间空间复杂度/样例程序等. -hungury algorithm
TWO-PART-ALGORTIHM
- 本实列是基于匈牙利算法和KM算法的二分图匹配.-The actual column is based on Hungarian and KM bipartite graph matching algorithm.
TWO-PART-ALGORITHM-BASED-JAVA
- 本程序是指派问题的匈牙利算法.采用Excel的后台VBA 程序来解决.下面就给出全部的代码。 -This program is the Hungarian Assignment algorithm. Using Excel VBA program to solve the background. Here, give all of the code.
munkres
- 基本匈牙利算法类,实现有效的匹配和计算,以形式输出。-Hungarian algorithm
XYLAlgorithm
- 采用匈牙利算法求解将N个任务分配给N个人,没人均有且仅有一个任务的指派问题-Hungarian algorithm using the task assigned to the N N individuals, not per capita has one and only one task assignment problem
test
- 匈牙利算法矩阵优化解决最大权匹配问题。在一个二分图内,左顶点为X,右顶点为Y,现对于每组左右连接Xi,Yj,有权值wij。 求匹配使得所有wij的和最大。-Hungary matrix optimization algorithm to solve the maximum weight matching problem
Hungarian-algorithm
- 求解指派问题(N个人完成M项工作)的匈牙利算法,使用C++描述,VC6.0-Solving assignment problem (N individual items of work completed M) Hungarian algorithm using C++ descr iption, VC6.0
edmonds
- 自己编写的一个用匈牙利算法求最大完备对集的MATLAB程序-I have written on the Hungarian algorithm seeking the most complete set of MATLAB programs
Hungarian
- 匈牙利算法,matlba源文件,可以直接运行,输入参数是两个向量-Hungarian Algorithm
Hungarian_min
- 利用匈牙利算法解决分配问题(求最小值)的MATLAB代码-Hungarian algorithm
ZDPP
- 匈牙利算法 最大匹配问题. 最佳匹配KM 算法-Hungary algorithm- the biggest matching problem. 最佳匹配KM 算法 Best matching KM algorithm
指派问题
- 使用匈牙利算法来解决指派问题,MATLAB代码(The Hungarian algorithm solves the assignment problem)