English

Space Saving by Dynamic Algebraization

Data Structures and Algorithms 2014-06-16 v1

Abstract

Dynamic programming is widely used for exact computations based on tree decompositions of graphs. However, the space complexity is usually exponential in the treewidth. We study the problem of designing efficient dynamic programming algorithm based on tree decompositions in polynomial space. We show how to construct a tree decomposition and extend the algebraic techniques of Lokshtanov and Nederlof such that the dynamic programming algorithm runs in time O(2h)O^*(2^h), where hh is the maximum number of vertices in the union of bags on the root to leaf paths on a given tree decomposition, which is a parameter closely related to the tree-depth of a graph. We apply our algorithm to the problem of counting perfect matchings on grids and show that it outperforms other polynomial-space solutions. We also apply the algorithm to other set covering and partitioning problems.

Keywords

Cite

@article{arxiv.1406.3414,
  title  = {Space Saving by Dynamic Algebraization},
  author = {Martin Furer and Huiwen Yu},
  journal= {arXiv preprint arXiv:1406.3414},
  year   = {2014}
}

Comments

14 pages, 1 figure

R2 v1 2026-06-22T04:37:41.330Z