# A Match in Time Saves Nine: Deterministic Online Matching With Delays

**Authors:** Marcin Bienkowski, Artur Kraska, Pawe{\l} Schmidt

arXiv: 1704.06980 · 2017-04-25

## TL;DR

This paper introduces the first deterministic online algorithm for Min-cost Perfect Matching with Delays, achieving a polynomial competitive ratio independent of metric parameters, advancing online matching theory.

## Contribution

It presents the first deterministic algorithm for MPMD with a polynomial competitive ratio, not requiring prior knowledge of the metric space.

## Key findings

- Deterministic algorithm with $O(m^{2.46})$ competitive ratio.
- Algorithm does not depend on metric space parameters.
- First such deterministic solution for MPMD.

## Abstract

We consider the problem of online Min-cost Perfect Matching with Delays (MPMD) introduced by Emek et al. (STOC 2016). In this problem, an even number of requests appear in a metric space at different times and the goal of an online algorithm is to match them in pairs. In contrast to traditional online matching problems, in MPMD all requests appear online and an algorithm can match any pair of requests, but such decision may be delayed (e.g., to find a better match). The cost is the sum of matching distances and the introduced delays.   We present the first deterministic online algorithm for this problem. Its competitive ratio is $O(m^{\log_2 5.5})$ $ = O(m^{2.46})$, where $2 m$ is the number of requests. This is polynomial in the number of metric space points if all requests are given at different points. In particular, the bound does not depend on other parameters of the metric, such as its aspect ratio. Unlike previous (randomized) solutions for the MPMD problem, our algorithm does not need to know the metric space in advance.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.06980/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1704.06980/full.md

## References

40 references — full list in the complete paper: https://tomesphere.com/paper/1704.06980/full.md

---
Source: https://tomesphere.com/paper/1704.06980