English

Fixed-Parameter Algorithms for the Kneser and Schrijver Problems

Data Structures and Algorithms 2024-02-14 v3 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 [n]={1,2,,n}[n]=\{1,2,\ldots,n\} where two such sets are adjacent if they are disjoint. The Schrijver graph S(n,k)S(n,k) is defined as the subgraph of K(n,k)K(n,k) induced by the collection of all kk-subsets of [n][n] that do not include two consecutive elements modulo nn. It is known that the chromatic number of both K(n,k)K(n,k) and S(n,k)S(n,k) is n2k+2n-2k+2. In the computational Kneser and Schrijver problems, we are given an access to a coloring with n2k+1n-2k+1 colors of the vertices of K(n,k)K(n,k) and S(n,k)S(n,k) respectively, and the goal is to find a monochromatic edge. We prove that the problems admit randomized algorithms with running time nO(1)kO(k)n^{O(1)} \cdot k^{O(k)}, hence they are fixed-parameter tractable with respect to the parameter kk. The analysis involves structural results on intersecting families and on induced subgraphs of Kneser and Schrijver 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 with 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.09009,
  title  = {Fixed-Parameter Algorithms for the Kneser and Schrijver Problems},
  author = {Ishay Haviv},
  journal= {arXiv preprint arXiv:2204.09009},
  year   = {2024}
}

Comments

31 pages. This paper includes and extends the content of arXiv:2204.06761

R2 v1 2026-06-24T10:52:22.970Z