Optimal Extended Formulations from Optimal Dynamic Programming Algorithms
By: Mateus de Oliveira Oliveira, Wim Van den Broeck
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.
Similar Papers
Extended formulations for induced tree and path polytopes of chordal graphs
Discrete Mathematics
Finds best paths in some special networks fast.
Dynamic Meta-Kernelization
Data Structures and Algorithms
Makes solving hard graph problems faster when they change.
Solution Discovery for Vertex Cover, Independent Set, Dominating Set, and Feedback Vertex Set
Data Structures and Algorithms
Finds solutions to hard problems faster.