Minimal unsatisfiable formulas with bounded clause-variable difference are fixed-parameter tractable

  • Authors:
  • Stefan Szeider

  • Affiliations:
  • Department of Computer Science, University of Durham, Science Laboratories, South Road, DH1 3LE Durham, England, UK and University of Toronto

  • Venue:
  • Journal of Computer and System Sciences
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

Recognition of minimal unsatisfiable CNF formulas (unsatisfiable CNF formulas which become satisfiable if any clause is removed) is a classical Dp-complete problem. It was shown recently that minimal unsatisfiable formulas with n variables and n + k clauses can be recognized in time nO(k). We improve this result and present an algorithm with time complexity O(2kn4); hence the problem turns out to be fixed-parameter tractable (FTP) in the sense of Downey and Fellows (Parameterized Complexity, 1999).Our algorithm gives rise to a fixed-parameter tractable parameterization of the satisfiability problem: If for a given set of clauses F, the number of clauses in each of its subsets exceeds the number of variables occurring in the subset at most by k, then we can decide in time O(2kn3) whether F is satisfiable; k is called the maximum deficiency of F and can be efficiently computed by means of graph matching algorithms. Known parameters for fixed-parameter tractable satisfiability decision are tree-width or related to tree-width. Tree-width and maximum deficiency are incomparable in the sense that we can find formulas with constant maximum deficiency and arbitrarily high tree-width, and formulas where the converse prevails.