English

Optimal Analysis of an Online Algorithm for the Bipartite Matching Problem on a Line

Computational Geometry 2018-03-21 v1

Abstract

In the online metric bipartite matching problem, we are given a set SS of server locations in a metric space. Requests arrive one at a time, and on its arrival, we need to immediately and irrevocably match it to a server at a cost which is equal to the distance between these locations. A α\alpha-competitive algorithm will assign requests to servers so that the total cost is at most α\alpha times the cost of MOPTM_{OPT} where MOPTM_{OPT} is the minimum cost matching between SS and RR. We consider this problem in the adversarial model for the case where SS and RR are points on a line and S=R=n|S|=|R|=n. We improve the analysis of the deterministic Robust Matching Algorithm (RM-Algorithm, Nayyar and Raghvendra FOCS'17) from O(log2n)O(\log^2 n) to an optimal Θ(logn)\Theta(\log n). Previously, only a randomized algorithm under a weaker oblivious adversary achieved a competitive ratio of O(logn)O(\log n) (Gupta and Lewi, ICALP'12). The well-known Work Function Algorithm (WFA) has a competitive ratio of O(n)O(n) and Ω(logn)\Omega(\log n) for this problem. Therefore, WFA cannot achieve an asymptotically better competitive ratio than the RM-Algorithm.

Keywords

Cite

@article{arxiv.1803.07206,
  title  = {Optimal Analysis of an Online Algorithm for the Bipartite Matching Problem on a Line},
  author = {Sharath Raghvendra},
  journal= {arXiv preprint arXiv:1803.07206},
  year   = {2018}
}

Comments

An extended abstract appears in SoCG 2018

R2 v1 2026-06-23T00:58:18.125Z