🤖 AI Summary
This paper addresses the exact computation of three core hypergraph decomposition parameters: generalized hypertree width (ghw), fractional hypertree width (fhw), and adaptive width (adw). For hypergraph classes of bounded rank and bounded degree, we present the first fixed-parameter tractable (FPT) algorithms—resolving a long-standing complexity-theoretic bottleneck. Methodologically, we extend the monadic second-order (MSO) logic model-checking framework to hypergraphs, incorporating hypergraph-specific structural properties into a parameterized dynamic programming scheme; this overcomes the limitations of classical graph-decomposition techniques when applied to hypergraphs. Our algorithms are the first FPT methods capable of computing ghw, fhw, and adw exactly. They fill a persistent gap in database query optimization and constraint satisfaction, significantly advancing both theoretical analysis and practical solvability for high-dimensional relational structures.
📝 Abstract
We present the first fixed-parameter tractable (fpt) algorithms for precisely determining several central hypergraph decomposition parameters, including generalized hypertree width, fractional hypertree width, and adaptive width. Despite the recognized importance of these measures in complexity theory, databases, and constraint satisfaction, no exact fpt algorithms for any of them had previously been known. Our results are obtained for hypergraph classes of bounded rank and bounded degree.
Our approach extends a recent algorithm for treewidth (Bojańcyk & Pilipczuk, LMCS 2022) utilizing monadic second-order (MSO) transductions. Leveraging this framework, we overcome the significant technical hurdles presented by hypergraphs, whose structural decompositions are technically much more intricate than their graph counterparts.