中文
相关论文

相关论文: Certified DQBF Solving by Definition Extraction

200 篇论文

Finite-state models are widely used in software engineering, especially in control systems development. Commonly, in control applications such models are developed manually, hence, keeping them up-to-date requires extra effort. To simplify…

形式语言与自动机理论 · 计算机科学 2020-02-05 Konstantin Chukharev , Daniil Chivilikhin

We introduce new semi-algebraic proof systems for Quantified Boolean Formulas (QBF) analogous to the propositional systems Nullstellensatz, Sherali-Adams and Sum-of-Squares. We transfer to this setting techniques both from the QBF…

计算机科学中的逻辑 · 计算机科学 2025-11-12 Olaf Beyersdorff , Ilario Bonacina , Kaspar Kasche , Meena Mahajan , Luc Nicolas Spachmann

The quest for analytical solutions to differential equations has traditionally been constrained by the need for extensive mathematical expertise. Machine learning methods like genetic algorithms have shown promise in this domain, but are…

机器学习 · 计算机科学 2025-07-22 Shu Wei , Yanjie Li , Lina Yu , Weijun Li , Min Wu , Linjun Sun , Jingyi Liu , Hong Qin , Yusong Deng , Jufeng Han , Yan Pang

Static verification techniques leverage Boolean formula satisfiability solvers such as SAT and SMT solvers that operate on conjunctive normal form and first order logic formulae, respectively, to validate programs. They force bounds on…

软件工程 · 计算机科学 2014-09-25 Fadi A. Zaraket , Mohamad Noureddine

A new framework for presenting and analyzing the functionality of a modern DLL-based SAT solver is proposed. Our approach exploits the inherent relation between backtracking and resolution. We show how to derive the algorithm of a modern…

计算机科学中的逻辑 · 计算机科学 2011-10-27 Nachum Dershowitz , Alexander Nadel

In the article, within the framework of the Boolean Satisfiability problem (SAT), the problem of estimating the hardness of specific Boolean formulas w.r.t. a specific complete SAT solving algorithm is considered. Based on the well-known…

人工智能 · 计算机科学 2023-12-19 Daniil Chivilikhin , Artem Pavlenko , Alexander Semenov

This paper enriches preexisting satisfiability tests for unquantified languages, which in turn augment a fragment of Tarski's elementary algebra with unary real functions possessing a continuous first derivative. Two sorts of individual…

计算机科学中的逻辑 · 计算机科学 2025-07-04 G. Buriola , D. Cantone , G. Cincotti , E. G. Omodeo , G. T. Spartà

We consider the problem of elimination of existential quantifiers from a Boolean CNF formula. Our approach is based on the following observation. One can get rid of dependency on a set of variables of a quantified CNF formula F by adding…

计算机科学中的逻辑 · 计算机科学 2012-06-06 Eugene Goldberg , Panagiotis Manolios

Boolean Satisfiability Problem (SAT) is one of the core problems in computer science. As one of the fundamental NP-complete problems, it can be used - by known reductions - to represent instances of variety of hard decision problems.…

数据结构与算法 · 计算机科学 2019-11-05 Michał Karpiński

Satisfiability (SAT) is a central problem in computer science, and advances in SAT-solving algorithms have a far-reaching impact across many fields. Recent works have proposed quantum SAT solvers based on Grover's algorithm, a quantum…

量子物理 · 物理学 2026-04-21 Shang-Wei Lin , Ji-Qing Yan , Yean-Ru Chen , Zhe Hou , David Sanán

Modern SAT or QBF solvers are expected to produce correctness certificates. However, certificates have worst-case exponential size (unless NP=coNP), and at recent SAT competitions the largest certificates of unsatisfiability are starting to…

计算机科学中的逻辑 · 计算机科学 2026-05-27 Philipp Czerner , Javier Esparza , Valentin Krasotin , Adrian Krauss

Decision-focused learning (DFL) was recently proposed for stochastic optimization problems that involve unknown parameters. By integrating predictive modeling with an implicitly differentiable optimization layer, DFL has shown superior…

机器学习 · 计算机科学 2022-11-28 Lingkai Kong , Jiaming Cui , Yuchen Zhuang , Rui Feng , B. Aditya Prakash , Chao Zhang

We build a SAT solver implementing the DPLL algorithm in the verification-enabled programming language Dafny. The resulting solver is fully verified (soundness, completeness and termination are computer checked). We benchmark our Dafny…

计算机科学中的逻辑 · 计算机科学 2020-07-22 Cezar-Constantin Andrici , Ştefan Ciobâcă

Proof assistants offer tactics to apply proof by induction, but these tactics rely on inputs given by human engineers. To automate this laborious process, we developed SeLFiE, a boolean query language to represent experienced users'…

编程语言 · 计算机科学 2022-05-24 Yutaka Nagashima

Mathematical symbol definition extraction is important for improving scholarly reading interfaces and scholarly information extraction (IE). However, the task poses several challenges: math symbols are difficult to process as they are not…

计算与语言 · 计算机科学 2023-05-25 Anna Martin-Boyle , Andrew Head , Kyle Lo , Risham Sidhu , Marti A. Hearst , Dongyeop Kang

This paper describes a novel unbounded software model checking approach to find errors in programs written in the C language based on incremental SAT-solving. Instead of using the traditional assumption based API to incremental SAT solvers…

符号计算 · 计算机科学 2018-02-14 Marko Kleine Büning , Tomas Balyo , Carsten Sinz

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

Boolean satisfiability (SAT) is a propositional logic problem of determining whether an assignment of variables satisfies a Boolean formula. Many combinatorial optimization problems can be formulated in Boolean SAT logic -- either as k-SAT…

最优化与控制 · 数学 2026-03-12 Robert Simon Fong , Yanming Song , Alexander Yosifov

We introduce SDPB: an open-source, parallelized, arbitrary-precision semidefinite program solver, designed for the conformal bootstrap. SDPB significantly outperforms less specialized solvers and should enable many new computations. As an…

高能物理 - 理论 · 物理学 2015-02-10 David Simmons-Duffin

Autarkies for SAT can be used for theoretical studies, pre-processing and inprocessing. They generalise satisfying assignments by allowing to leave some clauses "untouched" (no variable assigned). We introduce the natural generalisation to…

计算机科学中的逻辑 · 计算机科学 2019-07-30 Oliver Kullmann , Ankit Shukla