English

Deterministic Primal-Dual Algorithms for Online k-way Matching with Delays

Data Structures and Algorithms 2023-10-30 v1

Abstract

In this paper, we study the Min-cost Perfect kk-way Matching with Delays (kk-MPMD), recently introduced by Melnyk et al. In the problem, mm requests arrive one-by-one over time in a metric space. At any time, we can irrevocably make a group of kk requests who arrived so far, that incurs the distance cost among the kk requests in addition to the sum of the waiting cost for the kk requests. The goal is to partition all the requests into groups of kk requests, minimizing the total cost. The problem is a generalization of the min-cost perfect matching with delays (corresponding to 22-MPMD). It is known that no online algorithm for kk-MPMD can achieve a bounded competitive ratio in general, where the competitive ratio is the worst-case ratio between its performance and the offline optimal value. On the other hand, kk-MPMD is known to admit a randomized online algorithm with competitive ratio O(k5logn)O(k^{5}\log n) for a certain class of kk-point metrics called the HH-metric, where nn is the size of the metric space. In this paper, we propose a deterministic online algorithm with a competitive ratio of O(mk2)O(mk^2) for the kk-MPMD in HH-metric space. Furthermore, we show that the competitive ratio can be improved to O(m+k2)O(m + k^2) if the metric is given as a diameter on a line.

Keywords

Cite

@article{arxiv.2310.18071,
  title  = {Deterministic Primal-Dual Algorithms for Online k-way Matching with Delays},
  author = {Naonori Kakimura and Tomohiro Nakayoshi},
  journal= {arXiv preprint arXiv:2310.18071},
  year   = {2023}
}
R2 v1 2026-06-28T13:03:42.527Z