🤖 AI Summary
This paper studies the optimal positioning problem for a new candidate in a multidimensional issue space: given voter preferences and a voting rule, where should the candidate be placed to maximize the probability of winning? We first prove that the problem is NP-hard even with a single opponent. For constant-dimensional spaces, we propose an exact algorithm based on hyperplane enumeration and radial scanning. For multiple opponents, we present the first approximation algorithms—with provable theoretical guarantees—for prominent scoring rules including k-approval and Borda. Preferences are modeled using ℓₚ-norm distances, and our approach integrates techniques from computational geometry and combinatorial optimization. Our work establishes the first unified algorithmic framework that supports both exact computation (in low dimensions) and efficient, practical approximation (in high dimensions), bridging a critical gap between theoretical hardness and real-world applicability in spatial voting models.
📝 Abstract
We study strategic candidate positioning in multidimensional spatial-voting elections. Voters and candidates are represented as points in $mathbb{R}^d$, and each voter supports the candidate that is closest under a distance induced by an $ell_p$-norm. We prove that computing an optimal location for a new candidate is NP-hard already against a single opponent, whereas for a constant number of issues the problem is tractable: an $O(n^{d+1})$ hyperplane-enumeration algorithm and an $O(n log n)$ radial-sweep routine for $d=2$ solve the task exactly. We further derive the first approximation guarantees for the general multi-candidate case and show how our geometric approach extends seamlessly to positional-scoring rules such as $k$-approval and Borda. These results clarify the algorithmic landscape of multidimensional spatial elections and provide practically implementable tools for campaign strategy.