中文

Improved Parallel Algorithms for EF1 Allocations

数据结构与算法 2026-05-19 v1 计算机科学与博弈论

摘要

Allocating mm indivisible goods among nn agents is a fundamental task in fair division. Recent work of Garg and Psomas [AAMAS 2025] initiated the study of parallel algorithms for envy-free up to one good (EF1) allocations, giving NC algorithms for 22 and 33 agents. They also showed CC-hardness results for simulating the classic Round Robin algorithm for EF1 allocations, even when each agent values at most 33 goods and each good is valued by at most 33 agents. We strengthen these results. For the case of 22 agents, we quadratically improve the depth from O(log2m)O(\log ^ 2 m) to O(logm)O(\log m) and the work from O(mlogm)O(m \log m) to O(m)O(m). Furthermore, we significantly generalize beyond 33 agents by giving NC algorithms for any constant number of agents. We also give randomized algorithms with depth O~(m/n)\tilde{O}(m/n) and polynomial work. As corollaries of these results, we obtain NC algorithms whenever each agent values at most polylog(m)polylog(m) goods and each good is valued by at most O(1)O(1) agents, and RNC algorithms when each agent values at most polylog(m)polylog(m) goods. As such, our algorithms bypass the CC-hardness of Garg and Psomas by not simulating Round Robin. We also complement the aforementioned CC-hardness by showing the CC-completeness of simulating Round Robin. Lastly, beyond EF1 allocations, we show that computing envy-free up to kk goods allocations is possible for kmk \approx \sqrt{m} in RNC, or k=mεk = m^{\varepsilon} in sublinear depth for any constant ε>0\varepsilon > 0.

关键词

引用

@article{arxiv.2605.16791,
  title  = {Improved Parallel Algorithms for EF1 Allocations},
  author = {Kishen N Gowda and D Ellis Hershkowitz and Richard Z Huang and Gregory Kehne},
  journal= {arXiv preprint arXiv:2605.16791},
  year   = {2026}
}