2003
DOI: 10.1016/s0004-3702(02)00373-9
|View full text |Cite
|
Sign up to set email alerts
|

Backjumping for Quantified Boolean Logic satisfiability

Abstract: The implementation of effective reasoning tools for deciding the satisfiability of Quantified\ud Boolean Formulas (QBFs) is an important research issue in Artificial Intelligence. Many decision\ud procedures have been proposed in the last few years, most of them based on the Davis, Logemann,\ud Loveland procedure (DLL) for propositional satisfiability (SAT). In this paper we show how it is\ud possible to extend the conflict-directed backjumping schema for SAT to the satisfiability of QBFs:\ud When applicable, … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

1
82
0
1

Year Published

2005
2005
2005
2005

Publication Types

Select...
5

Relationship

2
3

Authors

Journals

citations
Cited by 58 publications
(84 citation statements)
references
References 7 publications
1
82
0
1
Order By: Relevance
“…Q n x n Φ, where Φ = Ψ ∨ Θ, Ψ is a conjunction of clauses, and Θ is a disjunction of terms. Even assuming that Θ is initially ⊥, formulas of this kind arise during the learning process as shown in [10]. SOLVE returns TRUE if the input QBF is satisfiable and FALSE otherwise.…”
Section: Qube++mentioning
confidence: 99%
See 4 more Smart Citations
“…Q n x n Φ, where Φ = Ψ ∨ Θ, Ψ is a conjunction of clauses, and Θ is a disjunction of terms. Even assuming that Θ is initially ⊥, formulas of this kind arise during the learning process as shown in [10]. SOLVE returns TRUE if the input QBF is satisfiable and FALSE otherwise.…”
Section: Qube++mentioning
confidence: 99%
“…Running a profiler on a DPLL-based QBF solver like QUBE++ confirms this result: on all the instances that we have tried, lookahead always amounted to more than 70% of the total runtime. The need for a fast lookahead procedure is accentuated by the use of smart lookback techniques such as learning [10], where the solver augments the initial set of constraints with other ones discovered during the search. With learning, possibly large amounts of lengthy constraints have to be processed quickly, otherwise the overhead will dwarf the benefits of learning itself.…”
Section: Optimized Lookaheadmentioning
confidence: 99%
See 3 more Smart Citations