Query Complexity of Tournament Solutions
Arnab Maiti, Palash Dey

TL;DR
This paper investigates the minimum number of edge queries needed to determine various tournament solutions in directed graphs, providing tight bounds for some solutions and efficient algorithms under certain conditions.
Contribution
It establishes tight bounds for querying edges to find Condorcet non-losers and proposes efficient algorithms for other solutions when the top cycle size is limited.
Findings
Condorcet non-losers can be found with 2n - log n edges, which is optimal.
Finding other solutions generally requires querying Ω(n^2) edges in the worst case.
For tournaments with small top cycles, solutions can be found with significantly fewer queries.
Abstract
A directed graph where there is exactly one edge between every pair of vertices is called a {\em tournament}. Finding the "best" set of vertices of a tournament is a well studied problem in social choice theory. A {\em tournament solution} takes a tournament as input and outputs a subset of vertices of the input tournament. However, in many applications, for example, choosing the best set of drugs from a given set of drugs, the edges of the tournament are given only implicitly and knowing the orientation of an edge is costly. In such scenarios, we would like to know the best set of vertices (according to some tournament solution) by "querying" as few edges as possible. We, in this paper, precisely study this problem for commonly used tournament solutions: given an oracle access to the edges of a tournament T, find by querying as few edges as possible, for a tournament solution f.…
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
TopicsGame Theory and Voting Systems · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
