中文
相关论文

相关论文: Conformant Planning as a Case Study of Incremental…

200 篇论文

We consider the problem of incrementally solving a sequence of quantified Boolean formulae (QBF). Incremental solving aims at using information learned from one formula in the process of solving the next formulae in the sequence. Based on a…

计算机科学中的逻辑 · 计算机科学 2014-09-05 Florian Lonsing , Uwe Egly

Resolution is the rule of inference at the basis of most procedures for automated reasoning. In these procedures, the input formula is first translated into an equisatisfiable formula in conjunctive normal form (CNF) and then represented as…

人工智能 · 计算机科学 2011-11-04 E. Giunchiglia , M. Narizzano , A. Tacchella

A quantified Boolean formula (QBF) is a propositional formula extended with universal and existential quantification over propositions. There are two methodologies in CEGAR based QBF solving techniques, one that is based on a refinement…

计算机科学中的逻辑 · 计算机科学 2018-03-28 Leander Tentrup

We present an experimental study of the effects of quantifier alternations on the evaluation of quantified Boolean formula (QBF) solvers. The number of quantifier alternations in a QBF in prenex conjunctive normal form (PCNF) is directly…

计算机科学中的逻辑 · 计算机科学 2018-09-05 Florian Lonsing , Uwe Egly

The aim of this PhD project is to develop fast and robust reasoning tools for dependency quantified Boolean formulas (DQBF). In this paper, we outline two properties, autarkies and symmetries, that potentially can be exploited for pre- and…

计算机科学中的逻辑 · 计算机科学 2019-10-04 Ankit Shukla

In recent years, expansion-based techniques have been shown to be very powerful in theory and practice for solving quantified Boolean formulas (QBF), the extension of propositional formulas with existential and universal quantifiers over…

计算机科学中的逻辑 · 计算机科学 2018-10-08 Roderick Bloem , Nicolas Braud-Santoni , Vedad Hadzic , Uwe Egly , Florian Lonsing , Martina Seidl

We present a general approach to planning with incomplete information in Answer Set Programming (ASP). More precisely, we consider the problems of conformant and conditional planning with sensing actions and assumptions. We represent…

人工智能 · 计算机科学 2021-08-17 Jorge Fandinno , François Laferrière , Javier Romero , Torsten Schaub , Tran Cao Son

Quantified Integer Programming (QIP) bridges multiple domains by extending Quantified Boolean Formulas (QBF) to incorporate general integer variables and linear constraints while also generalizing Integer Programming through variable…

离散数学 · 计算机科学 2025-06-06 Michael Hartisch , Leroy Chew

Quantified Boolean formulas (QBFs) generalize propositional formulas by admitting quantifications over propositional variables. QBFs can be viewed as (restricted) formulas of first-order predicate logic and easy translations of QBFs into…

计算机科学中的逻辑 · 计算机科学 2016-04-25 Uwe Egly

Incremental determinization is a recently proposed algorithm for solving quantified Boolean formulas with one quantifier alternation. In this paper, we formalize incremental determinization as a set of inference rules to help understand the…

计算机科学中的逻辑 · 计算机科学 2019-06-03 Markus N. Rabe , Leander Tentrup , Cameron Rasmussen , Sanjit A. Seshia

Incremental SAT and QBF solving potentially yields improvements when sequences of related formulas are solved. An incremental application is usually tailored towards some specific solver and decomposes a problem into incremental solver…

计算机科学中的逻辑 · 计算机科学 2015-12-04 Uwe Egly , Florian Lonsing , Johannes Oetsch

We present the latest major release version 6.0 of the quantified Boolean formula (QBF) solver DepQBF, which is based on QCDCL. QCDCL is an extension of the conflict-driven clause learning (CDCL) paradigm implemented in state of the art…

计算机科学中的逻辑 · 计算机科学 2017-07-27 Florian Lonsing , Uwe Egly

Q-resolution is a proof system for quantified Boolean formulas (QBFs) in prenex conjunctive normal form (PCNF) which underlies search-based QBF solvers with clause and cube learning (QCDCL). With the aim to derive and learn stronger clauses…

计算机科学中的逻辑 · 计算机科学 2016-06-15 Florian Lonsing , Uwe Egly , Martina Seidl

We consider the incremental computation of minimal unsatisfiable cores (MUCs) of QBFs. To this end, we equipped our incremental QBF solver DepQBF with a novel API to allow for incremental solving based on clause groups. A clause group is a…

计算机科学中的逻辑 · 计算机科学 2015-09-21 Florian Lonsing , Uwe Egly

Over the last few years, much progress has been made in the theory and practice of solving quantified Boolean formulas (QBF). Novel solvers have been presented that either successfully enhance established techniques or implement novel…

计算机科学中的逻辑 · 计算机科学 2016-04-21 Florian Lonsing , Martina Seidl , Allen Van Gelder

Answer Set Programming with Quantifiers ASP(Q) extends Answer Set Programming (ASP) to allow for declarative and modular modeling of problems from the entire polynomial hierarchy. The first implementation of ASP(Q), called qasp, was based…

人工智能 · 计算机科学 2023-05-18 Wolfgang Faber , Giuseppe Mazzotta , Francesco Ricca

We introduce a novel generalization of Counterexample-Guided Inductive Synthesis (CEGIS) and instantiate it to yield a novel, competitive algorithm for solving Quantified Boolean Formulas (QBF). Current QBF solvers based on…

计算机科学中的逻辑 · 计算机科学 2018-07-30 Roderick Bloem , Nicolas Braud-Santoni , Vedad Hadzic

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…

计算复杂性 · 计算机科学 2024-05-13 Leif Eriksson , Victor Lagerkvist , George Osipov , Sebastian Ordyniak , Fahad Panolan , Mateusz Rychlicki

Dependency quantified Boolean formulas (DQBFs) are a powerful formalism, which subsumes quantified Boolean formulas (QBFs) and allows an explicit specification of dependencies of existential variables on universal variables. Driven by the…

计算机科学中的逻辑 · 计算机科学 2021-02-04 Aile Ge-Ernst , Christoph Scholl , Juraj Síč , Ralf Wimmer

This paper reports on the QBF solver QFUN that has won the non-CNF track in the recent QBF evaluation. The solver is motivated by the fact that it is easy to construct Quantified Boolean Formulas (QBFs) with short winning strategies…

计算机科学中的逻辑 · 计算机科学 2017-10-09 Mikoláš Janota
‹ 上一页 1 2 3 10 下一页 ›