English

The equivalence between two classic algorithms for the assignment problem

Optimization and Control 2018-10-09 v1 Data Structures and Algorithms

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.

Cite

@article{arxiv.1810.03562,
  title  = {The equivalence between two classic algorithms for the assignment problem},
  author = {Carlos A. Alfaro and Sergio L. Perez and Carlos E. Valencia and Marcos C. Vargas},
  journal= {arXiv preprint arXiv:1810.03562},
  year   = {2018}
}

Comments

21 pages, 6 figures

R2 v1 2026-06-23T04:32:23.189Z