English

Online Maximum Matching with Recourse

Data Structures and Algorithms 2021-01-06 v3

Abstract

We study the online maximum matching problem in a model in which the edges are associated with a known recourse parameter kk. An online algorithm for this problem has to maintain a valid matching while edges of the underlying graph are presented one after the other. At any moment the algorithm can decide to include an edge into the matching or to exclude it, under the restriction that at most kk such actions per edge take place, where kk is typically a small constant. This problem was introduced and studied in the context of general online packing problems with recourse by Avitabile et al. [Information Processing Letters, 2013], whereas the special case k=2k=2 was studied by Boyar et al. [WADS 2017]. In the first part of this paper we consider the edge arrival model, in which an arriving edge never disappears from the graph. Here, we first show an improved analysis on the performance of the algorithm AMP of Avitabile et al., by exploiting the structure of the matching problem. In addition, we show that the greedy algorithm has competitive ratio 3/23/2 for every even kk and ratio 22 for every odd kk. Moreover, we present and analyze an improvement of the greedy algorithm which we call LL-Greedy, and we show that for small values of kk it outperforms the algorithm AMP. In terms of lower bounds, we show that no deterministic algorithm better than 1+1/(k1)1+1/(k-1) exists, improving upon the known lower bound of 1+1/k1+1/k. The second part of the paper is devoted to the edge arrival/departure model, which is the fully dynamic variant of online matching with recourse. The analysis of LL-Greedy and AMP carry through in this model; moreover we show a lower bound of (k23k+6)/(k24k+7)(k^2-3k+6) / (k^2-4k+7) for all even k4k \ge 4. For k{2,3}k\in\{2,3\}, the competitive ratio is 3/23/2.

Keywords

Cite

@article{arxiv.1801.03462,
  title  = {Online Maximum Matching with Recourse},
  author = {Spyros Angelopoulos and Christoph Dürr and Shendan Jin},
  journal= {arXiv preprint arXiv:1801.03462},
  year   = {2021}
}
R2 v1 2026-06-22T23:41:52.499Z