English

Fast Primal-Dual Update against Local Weight Update in Linear Assignment Problem and Its Application

Data Structures and Algorithms 2023-08-01 v2 Computer Science and Game Theory

Abstract

We consider a dynamic situation in the weighted bipartite matching problem: edge weights in the input graph are repeatedly updated and we are asked to maintain an optimal matching at any moment. A trivial approach is to compute an optimal matching from scratch each time an update occurs. In this paper, we show that if each update occurs locally around a single vertex, then a single execution of Dijkstra's algorithm is sufficient to preserve optimality with the aid of a dual solution. As an application of our result, we provide a faster implementation of the envy-cycle procedure for finding an envy-free allocation of indivisible items. Our algorithm runs in O(mn2)\mathrm{O}(mn^2) time, while the known bound of the original one is O(mn3)\mathrm{O}(mn^3), where nn and mm denote the numbers of agents and items, respectively.

Keywords

Cite

@article{arxiv.2208.11325,
  title  = {Fast Primal-Dual Update against Local Weight Update in Linear Assignment Problem and Its Application},
  author = {Kohei Morita and Shinya Shiroshita and Yutaro Yamaguchi and Yu Yokoi},
  journal= {arXiv preprint arXiv:2208.11325},
  year   = {2023}
}

Comments

Accepted by Information Processing Letters; 11 pages

R2 v1 2026-06-25T01:55:21.621Z