Degreewidth: a New Parameter for Solving Problems on Tournaments
Tom Davot, Lucas Isenmann, Sanjukta Roy, Jocelyn Thiebaut

TL;DR
This paper introduces the degreewidth parameter for tournaments, explores its computational complexity, and analyzes classical problems like Dominating Set and Feedback Vertex Set in relation to this new measure.
Contribution
It defines degreewidth, proves NP-hardness of computing it, provides approximation algorithms, and studies related classical problems in the context of degreewidth.
Findings
Degreewidth is NP-hard to compute.
A 3-approximation algorithm for degreewidth exists.
Dominating Set is fixed parameter tractable with respect to degreewidth.
Abstract
In the paper, we define a new parameter for tournaments called degreewidth which can be seen as a measure of how far is the tournament from being acyclic. The degreewidth of a tournament denoted by is the minimum value for which we can find an ordering of the vertices of such that every vertex is incident to at most backward arcs (\textit{i.e.} an arc such that ). Thus, a tournament is acyclic if and only if its degreewidth is zero. Additionally, the class of sparse tournaments defined by Bessy et al. [ESA 2017] is exactly the class of tournaments with degreewidth one. We first study computational complexity of finding degreewidth. Namely, we show it is NP-hard and complement this result with a -approximation algorithm. We also provide a cubic algorithm to decide if a tournament is sparse. Finally,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Game Theory and Voting Systems
