The Complexity of Finding and Counting Subtournaments

📅 2025-09-18
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This paper studies the exact counting problem #IndSubTo(T): given a fixed k-vertex tournament T and a large tournament G, count the number of induced subtournaments of G isomorphic to T. The authors introduce a novel linear-combination-based subgraph counting technique, establishing— for the first time—that #IndSubTo(T) is at least as hard as counting ⌊3k/4⌋-cliques for any k-vertex T; under the Exponential Time Hypothesis (ETH), this yields a tight conditional lower bound. Furthermore, they prove that #IndSubTo(T) is #W[1]-complete for infinitely many tournaments T, thereby providing a complete parameterized complexity characterization. This work marks the first systematic application of linear-combination methods to tournament substructure counting, overcoming limitations of traditional isomorphism-enumeration approaches and establishing a new paradigm for pattern counting in directed graphs.

Technology Category

Application Category

📝 Abstract
We study the complexity of counting and finding small tournament patterns inside large tournaments. Given a fixed tournament $T$ of order $k$, we write ${#} ext{IndSub}_{ ext{To}}({T})$ for the problem whose input is a tournament $G$ and the task is to compute the number of subtournaments of $G$ that are isomorphic to $T$. Previously, Yuster [Yus25] obtained that ${#} ext{IndSub}_{ ext{To}}({T})$ is hard to compute for random tournaments $T$. We consider a new approach that uses linear combinations of subgraph-counts [CDM17] to obtain a finer analysis of the complexity of ${#} ext{IndSub}_{ ext{To}}({T})$. We show that for all tournaments $T$ of order $k$ the problem ${#} ext{IndSub}_{ ext{To}}({T})$ is always at least as hard as counting $lfloor 3k/4 floor$-cliques. This immediately yields tight bounds under ETH. Further, we consider the parameterized version of ${#} ext{IndSub}_{ ext{To}}(mathcal{T})$ where we only consider patterns $T in mathcal{T}$ and that is parameterized by the pattern size $|V(T)|$. We show that ${#} ext{IndSub}_{ ext{To}}(mathcal{T})$ is ${#}W[1]$-hard as long as $mathcal{T}$ contains infinitely many tournaments.
Problem

Research questions and friction points this paper is trying to address.

Analyzing complexity of counting subtournaments in large tournaments
Establishing hardness bounds for counting subtournaments under ETH
Proving parameterized hardness for infinite tournament families
Innovation

Methods, ideas, or system contributions that make the work stand out.

Uses linear combinations of subgraph-counts
Shows problem at least as hard as counting cliques
Proves parameterized version is #W[1]-hard
🔎 Similar Papers
No similar papers found.
S
Simon Döring
Max Planck Institute for Informatics and Saarbrücken Graduate School of Computer Science, Saarland Informatics Campus, Saarbrücken, Germany
S
Sarah Houdaigoui
National Institute of Informatics, The Graduate University for Advanced Studies, SOKENDAI, Tokyo, Japan
L
Lucas Picasarri-Arrieta
National Institute of Informatics, Tokyo, Japan
Philip Wellnitz
Philip Wellnitz
National Institute of Informatics and The Graduate University for Advanced Studies, SOKENDAI
AlgorithmsLower Bounds