vix.ing · top · new · best · stats · spec

The equivalence between two classic algorithms for the assignment problem

2018/10/08 by Carlos A. Alfaro, Alfaro, Carlos A., Sergio L. Perez +5
Computer Science · Mathematics · #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences #FOS: Mathematics #Optimization and Control (math.OC) #cs.DS #math.OC

paper · pdf · doi:10.48550/arxiv.1810.03562

21 pages, 6 figures

arxiv created 2018/10/08 · arxiv updated 2018/10/09

Abstract

We give a detailed review of two algorithms that solve the minimization case of the assignment problem. The Bertsekas' auction algorithm and the Goldberg & Kennedy algorithm. We will show that these algorithms are equivalent in the sense that both perform equivalent steps in the same order. We also present experimental results comparing the performance of three algorithms for the assignment problem. They show the auction algorithm performs and scales better in practice than algorithms that are harder to implement but have better theoretical time complexity.

Related