English

On Efficient Algorithms For Partial Quantifier Elimination

Logic in Computer Science 2024-07-16 v1

Abstract

Earlier, we introduced Partial Quantifier Elimination (PQE). It is a generalization\mathit{generalization} of regular quantifier elimination where one can take a part\mathit{part} of the formula out of the scope of quantifiers. We apply PQE to CNF formulas of propositional logic with existential quantifiers. The appeal of PQE is that many problems like equivalence checking and model checking can be solved in terms of PQE and the latter can be very efficient. The main flaw of current PQE solvers is that they do not reuse\mathit{reuse} learned information. The problem here is that these PQE solvers are based on the notion of clause redundancy and the latter is a structural\mathit{structural} rather than semantic\mathit{semantic} property. In this paper, we provide two important theoretical results that enable reusing the information learned by a PQE solver. Such reusing can dramatically boost the efficiency of PQE like conflict clause learning boosts SAT solving.

Keywords

Cite

@article{arxiv.2406.01307,
  title  = {On Efficient Algorithms For Partial Quantifier Elimination},
  author = {Eugene Goldberg},
  journal= {arXiv preprint arXiv:2406.01307},
  year   = {2024}
}

Comments

arXiv admin note: text overlap with arXiv:2403.05928