Size $n$ of ground set | (max. 20) |
Size $k$ of subsets | (between 1 and $n$) |
Distance $s$ of elements | (at least 2) |
Output format | |
Schrijver graphs $S(n,k)$ were first investigated by Schrijver [Sch78], and he proved that they have the same chromatic number as the Kneser graph $K(n,k)$, namely $n-2k+2$. Furthermore, $S(n,k)$ is a vertex-critical subgraph of $K(n,k)$, i.e., removing any of its vertices creates a graph with strictly smaller chromatic number.
The algorithm running on this website generates a Hamilton cycle in $S(n,k,s)$ for arbitrary integers $k\geq 1$, $s\geq 2$ and $n\geq sk+1$, as described in the paper [MN24]. In the output, each set is represented by its corresponding characteristic vector. So far, no efficient algorithm is known for the case $s=1$, i.e., for Kneser graphs, even though they were shown to admit a Hamilton cycle for all $k\geq 1$ and $n\geq 2k+1$ [MMN23], with one notable exception, namely the Petersen graph $K(5,2)$ shown above.