Online Maximum Matching with Recourse
Spyros Angelopoulos, Christoph D\"urr, Shendan Jin

TL;DR
This paper investigates online maximum matching with recourse, improving algorithms and bounds for both static and dynamic models, revealing new competitive ratios and lower bounds based on the recourse parameter k.
Contribution
It provides improved analysis of existing algorithms, introduces the L-Greedy algorithm, and establishes tighter lower bounds for online maximum matching with recourse.
Findings
Greedy algorithm has ratio 3/2 for even k and 2 for odd k.
L-Greedy outperforms AMP for small k.
Lower bounds show no deterministic algorithm better than 1+1/(k-1).
Abstract
We study the online maximum matching problem in a model in which the edges are associated with a known recourse parameter . 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 such actions per edge take place, where 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 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Cryptography and Data Security
