Optimal Extended Formulations from Optimal Dynamic Programming Algorithms
Mateus de Oliveira Oliveira, Wim Van den Broeck
TL;DR
The paper establishes a foundational link between dynamic programming on tree decompositions and extended formulations in polyhedral combinatorics for vertex-subset problems. By formalizing solution-preserving DP-cores and introducing T-shaped tree automata, it shows that a DP-core with table complexity α(k,n) yields an extended formulation for the solution polytope with size O(α(k,n)·n), and proves ETH-optimality of this bound. The framework extends to edge-subset and tuple problems, enabling a unified treatment of problems like Independent Set, Dominating Set, Cut, Hamiltonian Cycle, and d-coloring, with detailed upper and lower bounds that align with known ETH and XC results. This yields a principled method to convert DP-table structure into compact LP formulations, offering both algorithmic insights and polyhedral limits for a broad class of graph problems. The approach highlights the interplay between parameterized DP and polyhedral theory, providing a robust toolkit for understanding the (non)existence of small extended formulations under ETH and related hypotheses.
Abstract
Vertex Subset Problems (VSPs) are a class of combinatorial optimization problems on graphs where the goal is to find a subset of vertices satisfying a predefined condition. Two prominent approaches for solving VSPs are dynamic programming over tree-like structures, such as tree decompositions or clique decompositions, and linear programming. In this work, we establish a sharp connection between both approaches by showing that if a vertex-subset problem $Π$ admits a solution-preserving dynamic programming algorithm that produces tables of size at most $α(k,n)$ when processing a tree decomposition of width at most $k$ of an $n$-vertex graph $G$, then the polytope $P_Π(G)$ defined as the convex-hull of solutions of $Π$ in $G$ has extension complexity at most $O(α(k,n)\cdot n)$. Additionally, this upper bound is optimal under the exponential time hypothesis (ETH). On the one hand, our results imply that ETH-optimal solution-preserving dynamic programming algorithms for combinatorial problems yield optimal-size parameterized extended formulations for the solution polytopes associated with instances of these problems. On the other hand, unconditional lower bounds obtained in the realm of the theory of extended formulations yield unconditional lower bounds on the table complexity of solution-preserving dynamic programming algorithms.
