中文
相关论文

相关论文: QBF Solving by Counterexample-guided Expansion

200 篇论文

Boolean function bi-decomposition is ubiquitous in logic synthesis. It entails the decomposition of a Boolean function using two-input simple logic gates. Existing solutions for bi-decomposition are often based on BDDs and, more recently,…

计算机科学中的逻辑 · 计算机科学 2011-12-15 Huan Chen , Mikolas Janota , Joao Marques-Silva

We present a novel decision tree-based synthesis algorithm of ranking functions for verifying program termination. Our algorithm is integrated into the workflow of CounterExample Guided Inductive Synthesis (CEGIS). CEGIS is an iterative…

计算机科学中的逻辑 · 计算机科学 2021-07-06 Satoshi Kura , Hiroshi Unno , Ichiro Hasuo

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

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

Graph generation and enumeration problems often require handling equivalent graphs -- those that differ only in vertex labeling. We study how to extend SAT Modulo Symmetries (SMS), a framework for eliminating such redundant graphs, to…

计算机科学中的逻辑 · 计算机科学 2025-02-24 Mikoláš Janota , Markus Kirchweger , Tomáš Peitl , Stefan Szeider

Counterexample-guided inductive synthesis CEGIS is used to synthesize programs from a candidate space of programs. The technique is guaranteed to terminate and synthesize the correct program if the space of candidate programs is finite. But…

计算机科学中的逻辑 · 计算机科学 2014-07-22 Susmit Jha , Sanjit A. Seshia

One of the most important topics in quantum scientific computing is solving differential equations. In this paper, generalized quantum functional expansion (QFE) framework is proposed. In the QFE framework, a functional expansion of…

量子物理 · 物理学 2024-09-30 Jinhwan Sul , Yan Wang

Symmetries have been exploited successfully within the realms of SAT and QBF to improve solver performance in practical applications and to devise more powerful proof systems. As a first step towards extending these advancements to the…

计算机科学中的逻辑 · 计算机科学 2025-08-28 Clemens Hofstadler , Manuel Kauers , Martina Seidl

The QBF Gallery 2023, the last QBF evaluation event, continues the tradition to survey and document the state of the art in solving quantified Boolean formulas (QBFs). It provides a detailed overview by collecting newly developed solvers…

计算机科学中的逻辑 · 计算机科学 2026-04-20 Simone Heisinger , Luca Pulina , Martina Seidl

We introduce two types of message passing algorithms for quantified Boolean formulas (QBF). The first type is a message passing based heuristics that can prove unsatisfiability of the QBF by assigning the universal variables in such a way…

人工智能 · 计算机科学 2012-06-12 Pan Zhang , Abolfazl Ramezanpour , Lenka Zdeborová , Riccardo Zecchina

We examine the existing Resolution systems for quantified Boolean formulas (QBF) and answer the question which of these calculi can be lifted to the more powerful Dependency QBFs (DQBF). An interesting picture emerges: While for QBF we have…

计算机科学中的逻辑 · 计算机科学 2016-04-28 Olaf Beyersdorff , Leroy Chew , Renate Schmidt , Martin Suda

We prove the first genuine QBF proof size lower bounds for the proof system Merge Resolution (MRes [Olaf Beyersdorff et al., 2020]), a refutational proof system for prenex quantified Boolean formulas (QBF) with a CNF matrix. Unlike most QBF…

计算复杂性 · 计算机科学 2024-09-13 Olaf Beyersdorff , Joshua Blinkhorn , Meena Mahajan , Tomáš Peitl , Gaurav Sood

We propose a counter-example guided inductive synthesis (CEGIS) scheme for the design of control Lyapunov functions and associated state-feedback controllers for linear systems affected by parametric uncertainty with arbitrary shape. In the…

系统与控制 · 电气工程与系统科学 2024-07-09 Daniele Masti , Filippo Fabiani , Giorgio Gnecco , Alberto Bemporad

The reactive synthesis problem is to compute a system satisfying a given specification in temporal logic. Bounded synthesis is the approach to bound the maximum size of the system that we accept as a solution to the reactive synthesis…

计算机科学中的逻辑 · 计算机科学 2018-03-28 Peter Faymonville , Bernd Finkbeiner , Markus N. Rabe , Leander Tentrup

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

This paper outlines two approaches|based on counterexample-guided abstraction refinement (CEGAR) and counterexample-guided inductive synthesis (CEGIS), respectively to the automated synthesis of finite-state probabilistic models and…

编程语言 · 计算机科学 2021-05-31 Milan Ceska , Christian Dehnert , Nils Jansen , Sebastian Junges , Joost-Pieter Katoen

The minimization of propositional formulae is a classical problem in logic, whose first algorithms date back at least to the 1950s with the works of Quine and Karnaugh. Most previous work in the area has focused on obtaining minimal, or…

人工智能 · 计算机科学 2023-03-14 Eduardo Calò , Jordi Levy

We investigate the problem of synthesizing switching controllers for stabilizing continuous-time plants. First, we introduce a class of control Lyapunov functions (CLFs) for switched systems along with a switching strategy that yields a…

系统与控制 · 计算机科学 2015-09-18 Hadi Ravanbakhsh , Sriram Sankaranarayanan

In this paper, we investigate the problem of synthesizing resilient supervisors against combined actuator and sensor attacks, for the subclass of cyber-physical systems that can be modelled as discrete-event systems. We assume that the…

系统与控制 · 计算机科学 2021-03-23 Liyong Lin , Rong Su

Quantified Conflict Driven Clause Leaning (QCDCL) is one of the main approaches to solving Quantified Boolean Formulas (QBF). Cube-learning is employed in this approach to ensure that true formulas can be verified. Dependency Schemes help…

计算机科学中的逻辑 · 计算机科学 2025-10-08 Abhimanyu Choudhury , Meena Mahajan