English

A Fixed-Parameter Algorithm for the Kneser Problem

Data Structures and Algorithms 2024-11-27 v2 Computational Complexity Discrete Mathematics Combinatorics

Abstract

The Kneser graph K(n,k)K(n,k) is defined for integers nn and kk with n2kn \geq 2k as the graph whose vertices are all the kk-subsets of {1,2,,n}\{1,2,\ldots,n\} where two such sets are adjacent if they are disjoint. A classical result of Lov\'asz asserts that the chromatic number of K(n,k)K(n,k) is n2k+2n-2k+2. In the computational Kneser problem, we are given an oracle access to a coloring of the vertices of K(n,k)K(n,k) with n2k+1n-2k+1 colors, and the goal is to find a monochromatic edge. We present a randomized algorithm for the Kneser problem with running time nO(1)kO(k)n^{O(1)} \cdot k^{O(k)}. This shows that the problem is fixed-parameter tractable with respect to the parameter kk. The analysis involves structural results on intersecting families and on induced subgraphs of Kneser graphs. We also study the Agreeable-Set problem of assigning a small subset of a set of mm items to a group of \ell agents, so that all agents value the subset at least as much as its complement. As an application of our algorithm for the Kneser problem, we obtain a randomized polynomial-time algorithm for the Agreeable-Set problem for instances that satisfy mO(logmloglogm)\ell \geq m - O(\frac{\log m}{\log \log m}). We further show that the Agreeable-Set problem is at least as hard as a variant of the Kneser problem with an extended access to the input coloring.

Keywords

Cite

@article{arxiv.2204.06761,
  title  = {A Fixed-Parameter Algorithm for the Kneser Problem},
  author = {Ishay Haviv},
  journal= {arXiv preprint arXiv:2204.06761},
  year   = {2024}
}

Comments

24 pages; An extended version of this paper is available as arXiv:2204.09009