2006
DOI: 10.1007/11814948_21
|View full text |Cite
|
Sign up to set email alerts
|

Dependency Quantified Horn Formulas: Models and Complexity

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
12
0

Year Published

2014
2014
2021
2021

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 20 publications
(12 citation statements)
references
References 16 publications
0
12
0
Order By: Relevance
“…A DQBF can be written in one of two forms: Skolem-form (S-form) and Herbrand-form (H-form) [2]. To date, most of the DQBF literature has focused on S-form (whether in computational complexity [1,16], proof complexity [8,50], and solving [27,29,55,57,58]), whereas relatively little has been written about H-form [2]. The DQBF solver presented in [25] uses H-form DQBF to facilitate a reduction to QBF.…”
Section: S-form Versus H-formmentioning
confidence: 99%
“…A DQBF can be written in one of two forms: Skolem-form (S-form) and Herbrand-form (H-form) [2]. To date, most of the DQBF literature has focused on S-form (whether in computational complexity [1,16], proof complexity [8,50], and solving [27,29,55,57,58]), whereas relatively little has been written about H-form [2]. The DQBF solver presented in [25] uses H-form DQBF to facilitate a reduction to QBF.…”
Section: S-form Versus H-formmentioning
confidence: 99%
“…We give an overview on relevant techniques that are used in the literature in the context of DQBF solving. Universal expansion, which has been defined for QBF, can be easily generalized to DQBF as observed, e. g., in (Bubeck and Kleine Büning 2006;Bubeck 2010;Balabanov, Chiang, and Jiang 2014;Gitina et al 2013).…”
Section: Universal Expansion Resolution Universal Reduction and Fomentioning
confidence: 99%
“…Universal expansion [10,9,1,27] is the corresponding method for eliminating universal variables. Universal expansion of a universal variable x allows to remove x by introducing a copy y for every existential variable y depending on x, which has to depend on the same variables as y.…”
Section: Resolution and Universal Expansionmentioning
confidence: 99%
“…vivify(ψ); simplify(ψ) (10) variableEliminationByResolution(ψ); simplify(ψ) (11) syntacticConstants(ψ); simplify(ψ) (12) if first iteration then (13) semanticConstants(ψ); simplify(ψ) (14) trivialMatrixChecks(ψ) (15) end if (16) universalExpansion(ψ); simplify(ψ) (17) iteration ← iteration + 1 (18) until ψ has not been changed anymore or ψ is decided (19) return ψ First of all, we always apply tautology checks, universal reduction, and backward subsumption checks when we insert a clause C into the clause database or when we strengthen a clause C as a result of some preprocessing step. Backward subsumption looks for clauses C with C ⊆ C that are already included in the clause database.…”
Section: Data Structuresmentioning
confidence: 99%