English

Hedonic Games and Treewidth Revisited

Computer Science and Game Theory 2022-02-15 v1 Computational Complexity Data Structures and Algorithms

Abstract

We revisit the complexity of the well-studied notion of Additively Separable Hedonic Games (ASHGs). Such games model a basic clustering or coalition formation scenario in which selfish agents are represented by the vertices of an edge-weighted digraph G=(V,E)G=(V,E), and the weight of an arc uvuv denotes the utility uu gains by being in the same coalition as vv. We focus on (arguably) the most basic stability question about such a game: given a graph, does a Nash stable solution exist and can we find it efficiently? We study the (parameterized) complexity of ASHG stability when the underlying graph has treewidth tt and maximum degree Δ\Delta. The current best FPT algorithm for this case was claimed by Peters [AAAI 2016], with time complexity roughly 2O(Δ5t)2^{O(\Delta^5t)}. We present an algorithm with parameter dependence (Δt)O(Δt)(\Delta t)^{O(\Delta t)}, significantly improving upon the parameter dependence on Δ\Delta given by Peters, albeit with a slightly worse dependence on tt. Our main result is that this slight performance deterioration with respect to tt is actually completely justified: we observe that the previously claimed algorithm is incorrect, and that in fact no algorithm can achieve dependence to(t)t^{o(t)} for bounded-degree graphs, unless the ETH fails. This, together with corresponding bounds we provide on the dependence on Δ\Delta and the joint parameter establishes that our algorithm is essentially optimal for both parameters, under the ETH. We then revisit the parameterization by treewidth alone and resolve a question also posed by Peters by showing that Nash Stability remains strongly NP-hard on stars under additive preferences. Nevertheless, we also discover an island of mild tractability: we show that Connected Nash Stability is solvable in pseudo-polynomial time for constant tt, though with an XP dependence on tt which, as we establish, cannot be avoided.

Keywords

Cite

@article{arxiv.2202.06925,
  title  = {Hedonic Games and Treewidth Revisited},
  author = {Tesshu Hanaka and Michael Lampis},
  journal= {arXiv preprint arXiv:2202.06925},
  year   = {2022}
}
R2 v1 2026-06-24T09:35:56.954Z