Computer Engineering and Applications ›› 2011, Vol. 47 ›› Issue (18): 135-138.

• 数据库、信号与信息处理 • Previous Articles     Next Articles

One-time assignment algorithm to solve assignment problem

ZHOU Li1,ZHANG Weihua2,XU Shediao1   

  1. 1.School of Information Science and Engineering,Ludong University,Yantai,Shandong 264025,China
    2.Assets Department,Ludong University,Yantai,Shandong 264025,China

  • Received:1900-01-01 Revised:1900-01-01 Online:2011-06-21 Published:2011-06-21

求解指派问题的一次性分配算法

周 莉1,张维华2,徐射雕1   

  1. 1.鲁东大学 信息科学与工程学院,山东 烟台 264025
    2.鲁东大学 资产处,山东 烟台,264025

Abstract: Hungarian algorithm is an optimal global algorithm to solve assignment problem.However,there are some deficiencies in the classic Hungarian algorithm,such as the hardly achieving and slowly processing.This paper presents an improved algorithm on the base of the Hungarian algorithm,and improves the order of finding separate zero in Hungarian algorithm,as a result,it avoids the disadvantage of repeating assignment in Hungarian algorithm.By comparing the performance of the two algorithms for improved and classic Hungarian algorithm in complexity,running time and association accuracy,the results show that the improved Hungary arithmetic is a high-precision approximative algorithm,can be easily achieved and fastly processed,and can be applyed to the application of real-time engineering.

Key words: assignment problem, Hungarian algorithm, one-time

摘要: 匈牙利算法是求解指派问题的全局最优求解算法,但是经典的匈牙利算法存在着实现难、处理速度慢等不足。提出了一种改进匈牙利算法,对匈牙利算法寻找独立零的次序进行了改进,从而避免了匈牙利算法通常需要进行多次试分配的不足。针对改进前后两种算法的复杂度、运算时间、精确度等进行了对比分析,结果表明,改进的算法是一种高精度的近似最优求解算法;与匈牙利算法相比,改进的算法易于编程实现,且时间花费较低,是一种适用于工程实时应用的有效求解算法。

关键词: 指派问题, 匈牙利算法, 一次性