Faster exact solutions for some NP-hard problems

  • Authors:
  • Limor Drori;David Peleg

  • Affiliations:
  • Department of Mathematics and Computer Sciences, Bar-Ilan, Israel;Department of Computer Science and Applied Mathematics, Faculty of Mathematical Science, The Weizmann Institute of Science, Rehovot, 76100 Israel

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2002

Quantified Score

Hi-index 5.24

Visualization

Abstract

This paper considers a number of NP-complete problems, and provides faster algorithms for solving them. The solutions are based on a recursive partitioning of the problem domain, and careful elimination of some of the branches along the search without actually checking them. The time complexity of the proposed algorithms is of the form O(2εn) for constant 0 ε 1, where n is the output size of the problem. In particular, such algorithms are presented for the Exact SAT and Exact Hitting Set problems (with ε = 0.3212), and for the Exact 3SAT problem (with ε= 0.2072). Both algorithms improve on previous ones proposed in the literature.