An Exact Algorithm for the Unanimous Vote Problem
Feyza Duman Keles, Lisa Hellerstein, Kunal Marwaha, Christopher Musco, Xinchen Yang
TL;DR
This work resolves the Unanimous Vote problem by giving an exact $O(n \log n)$ algorithm that exploits structural monotonicity: the optimal non-adaptive ordering is nearly greedy, differing at most at one critical position. It places the problem among the rare polynomial-time cases of unit-cost SBFE by showing the optimal ordering can be obtained by a fast greedy procedure plus testing $O(n)$ tweaks, and it tightly bounds the adaptivity gap at $1.2\pm o(1)$. The results include a detailed structural analysis, a polynomial-time exact algorithm, a faster $O(n^2)$ variant, and a careful comparison to adaptive strategies, with implications for non-adaptive SBFE and broader symmetric function evaluation. Overall, the paper advances both the algorithmic and theoretical understanding of SBFE problems, yielding exact solutions where previously only approximations were known and clarifying the value of adaptivity in this setting.
Abstract
Consider $n$ independent, biased coins, each with a known probability of heads. Presented with an ordering of these coins, flip (i.e., toss) each coin once, in that order, until we have observed both a *head* and a *tail*, or flipped all coins. The Unanimous Vote problem asks us to find the ordering that minimizes the expected number of flips. Gkenosis et al. [arXiv:1806.10660] gave a polynomial-time $φ$-approximation algorithm for this problem, where $φ\approx 1.618$ is the golden ratio. They left open whether the problem was NP-hard. We answer this question by giving an exact algorithm that runs in time $O(n \log n)$. The Unanimous Vote problem is an instance of the more general Stochastic Boolean Function Evaluation problem: it thus becomes one of the only such problems known to be solvable in polynomial time. Our proof uses simple interchange arguments to show that the optimal ordering must be close to the ordering produced by a natural greedy algorithm. Beyond our main result, we compare the optimal ordering with the best adaptive strategy, proving a tight adaptivity gap of $1.2\pm o(1)$ for the Unanimous Vote problem.
