How Hard Is It to Rig a Tournament When Few Players Can Beat or Be Beaten by the Favorite?
By: Zhonghao Wang , Junqiang Peng , Yuxi Liu and more
In knockout tournaments, players compete in successive rounds, with losers eliminated and winners advancing until a single champion remains. Given a tournament digraph $D$, which encodes the outcomes of all possible matches, and a designated player $v^* \in V(D)$, the \textsc{Tournament Fixing} problem (TFP) asks whether the tournament can be scheduled in a way that guarantees $v^*$ emerges as the winner. TFP is known to be NP-hard, but is fixed-parameter tractable (FPT) when parameterized by structural measures such as the feedback arc set (fas) or feedback vertex set (fvs) number of the tournament digraph. In this paper, we introduce and study two new structural parameters: the number of players who can defeat $v^*$ (i.e., the in-degree of $v^*$, denoted by $k$) and the number of players that $v^*$ can defeat (i.e., the out-degree of $v^*$, denoted by $\ell$). A natural question is that: can TFP be efficiently solved when $k$ or $\ell$ is small? We answer this question affirmatively by showing that TFP is FPT when parameterized by either the in-degree or out-degree of $v^*$. Our algorithm for the in-degree parameterization is particularly involved and technically intricate. Notably, the in-degree $k$ can remain small even when other structural parameters, such as fas or fvs, are large. Hence, our results offer a new perspective and significantly broaden the parameterized algorithmic understanding of the \textsc{Tournament Fixing} problem.
Similar Papers
Fair Vertex Problems Parameterized by Cluster Vertex Deletion
Data Structures and Algorithms
Finds balanced groups of points in networks.
Revisiting Directed Disjoint Paths on tournaments (and relatives)
Data Structures and Algorithms
Finds paths in networks, even when paths share spots.
More Efforts Towards Fixed-Parameter Approximability of Multiwinner Rules
CS and Game Theory
Chooses the best group of people for a job.