English

Online Algorithms for the Santa Claus Problem

Computer Science and Game Theory 2023-03-07 v2 Data Structures and Algorithms

Abstract

The Santa Claus problem is a fundamental problem in fair division: the goal is to partition a set of heterogeneous items among heterogeneous agents so as to maximize the minimum value of items received by any agent. In this paper, we study the online version of this problem where the items are not known in advance and have to be assigned to agents as they arrive over time. If the arrival order of items is arbitrary, then no good assignment rule exists in the worst case. However, we show that, if the arrival order is random, then for nn agents and any ε>0\varepsilon > 0, we can obtain a competitive ratio of 1ε1-\varepsilon when the optimal assignment gives value at least Ω(logn/ε2)\Omega(\log n / \varepsilon^2) to every agent (assuming each item has at most unit value). We also show that this result is almost tight: namely, if the optimal solution has value at most Clnn/εC \ln n / \varepsilon for some constant CC, then there is no (1ε)(1-\varepsilon)-competitive algorithm even for random arrival order.

Keywords

Cite

@article{arxiv.2210.07333,
  title  = {Online Algorithms for the Santa Claus Problem},
  author = {MohammadTaghi Hajiaghayi and MohammadReza Khani and Debmalya Panigrahi and Max Springer},
  journal= {arXiv preprint arXiv:2210.07333},
  year   = {2023}
}

Comments

Appeared at NeurIPS '22, 15 pages, 1 figure

R2 v1 2026-06-28T03:35:37.404Z