English

On the Equivalence among Problems of Bounded Width

Data Structures and Algorithms 2015-09-04 v1 Computational Complexity

Abstract

In this paper, we introduce a methodology, called decomposition-based reductions, for showing the equivalence among various problems of bounded-width. First, we show that the following are equivalent for any α>0\alpha > 0: * SAT can be solved in O(2αtw)O^*(2^{\alpha \mathrm{tw}}) time, * 3-SAT can be solved in O(2αtw)O^*(2^{\alpha \mathrm{tw}}) time, * Max 2-SAT can be solved in O(2αtw)O^*(2^{\alpha \mathrm{tw}}) time, * Independent Set can be solved in O(2αtw)O^*(2^{\alpha \mathrm{tw}}) time, and * Independent Set can be solved in O(2αcw)O^*(2^{\alpha \mathrm{cw}}) time, where tw and cw are the tree-width and clique-width of the instance, respectively. Then, we introduce a new parameterized complexity class EPNL, which includes Set Cover and Directed Hamiltonicity, and show that SAT, 3-SAT, Max 2-SAT, and Independent Set parameterized by path-width are EPNL-complete. This implies that if one of these EPNL-complete problems can be solved in O(ck)O^*(c^k) time, then any problem in EPNL can be solved in O(ck)O^*(c^k) time.

Keywords

Cite

@article{arxiv.1509.01014,
  title  = {On the Equivalence among Problems of Bounded Width},
  author = {Yoichi Iwata and Yuichi Yoshida},
  journal= {arXiv preprint arXiv:1509.01014},
  year   = {2015}
}

Comments

accepted to ESA 2015

R2 v1 2026-06-22T10:48:13.319Z