CCAIMay 10, 2024

Solving Quantified Boolean Formulas with Few Existential Variables

arXiv:2405.06485v13 citationsh-index: 20IJCAI
Originality Highly original
AI Analysis

This work addresses the challenge of making QBF a more practical modelling tool for PSPACE-complete problems in AI, such as planning and model checking, by providing theoretical advancements in parameterized complexity.

The paper tackled the problem of solving quantified Boolean formulas (QBF) by focusing on the number of existentially quantified variables as a parameter, developing a novel fixed-parameter tractable (FPT) algorithm for QBF in CNF with bounded clause length, and proving hardness results for unbounded cases.

The quantified Boolean formula (QBF) problem is an important decision problem generally viewed as the archetype for PSPACE-completeness. Many problems of central interest in AI are in general not included in NP, e.g., planning, model checking, and non-monotonic reasoning, and for such problems QBF has successfully been used as a modelling tool. However, solvers for QBF are not as advanced as state of the art SAT solvers, which has prevented QBF from becoming a universal modelling language for PSPACE-complete problems. A theoretical explanation is that QBF (as well as many other PSPACE-complete problems) lacks natural parameters} guaranteeing fixed-parameter tractability (FPT). In this paper we tackle this problem and consider a simple but overlooked parameter: the number of existentially quantified variables. This natural parameter is virtually unexplored in the literature which one might find surprising given the general scarcity of FPT algorithms for QBF. Via this parameterization we then develop a novel FPT algorithm applicable to QBF instances in conjunctive normal form (CNF) of bounded clause length. We complement this by a W[1]-hardness result for QBF in CNF of unbounded clause length as well as sharper lower bounds for the bounded arity case under the (strong) exponential-time hypothesis.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes