中文
相关论文

相关论文: Applying GSAT to Non-Clausal Formulas

200 篇论文

We discuss the topic of unsatisfiability proofs in SMT, particularly with reference to quantifier free non-linear real arithmetic. We outline how the methods here do not admit trivial proofs and how past formalisation attempts are not…

计算机科学中的逻辑 · 计算机科学 2021-08-12 Erika Abraham , James H. Davenport , Matthew England , Gereon Kremer

The use of Boolean Satisfiability (SAT) solver for hardware verification incurs exponential run-time in several instances. In this work we have proposed an efficient quantum SAT (qSAT) solver for equivalence checking of Boolean circuits…

The Exact Satisfiability problem asks if we can find a satisfying assignment to each clause such that exactly one literal in each clause is assigned $1$, while the rest are all assigned $0$. We can generalise this problem further by…

数据结构与算法 · 计算机科学 2021-08-02 Gordon Hoi , Frank Stephan

In computational complexity theory, a decision problem is NP-complete when it is both in NP and NP-hard. Although a solution to a NP-complete can be verified quickly, there is no known algorithm to solve it in polynomial time. There exists…

计算复杂性 · 计算机科学 2018-03-28 Wenxia Guo , Jin Wang , Majun He , Xiaoqin Ren , Wenhong Tian , Qingxian Wang

Typically, a practical algorithm of hardware verification obtains a semantic result by being applied to a particular formula $F$. That is, although this algorithm uses the specifics of $F$ (sometimes inadvertently), its result holds for all…

计算机科学中的逻辑 · 计算机科学 2026-05-13 Eugene Goldberg

Probability forecasts of events are routinely used in climate predictions, in forecasting default probabilities on bank loans or in estimating the probability of a patient's positive response to treatment. Scoring rules have long been used…

统计理论 · 数学 2012-02-24 Tze Leung Lai , Shulamith T. Gross , David Bo Shen

Satisfiability (SAT) solvers based on techniques such as conflict driven clause learning (CDCL) have produced excellent performance on both synthetic and real world industrial problems. While these CDCL solvers only operate on a per-problem…

机器学习 · 计算机科学 2025-02-18 Yi Fu , Anthony Tompkins , Yang Song , Maurice Pagnucco

Counterfactual inference considers a hypothetical intervention in a parallel world that shares some evidence with the factual world. If the evidence specifies a conditional distribution on a manifold, counterfactuals may be analytically…

机器学习 · 统计学 2024-07-03 Juha Karvanen , Santtu Tikka , Matti Vihola

The clausal logical consequences of a formula are called its implicates. The generation of these implicates has several applications, such as the identification of missing hypotheses in a logical specification. We present a procedure that…

计算机科学中的逻辑 · 计算机科学 2018-07-13 Mnacho Echenim , Nicolas Peltier , Yanis Sellami

Dates and calendar periods (i.e., days, months, years) appear frequently in tasks involving analysis of software, data, and documents. Prior research has shown that computer logic involving dates and calendrical calculations is error-prone…

计算机科学中的逻辑 · 计算机科学 2026-05-26 Leyi Cui , Shrey Tiwari , Rohan Padhye

A program of wide interest in modern conformal bootstrap studies is to numerically solve general conformal field theories, based on a critical assumption that the dynamics is encoded in the conformal four-point crossing equations and…

高能物理 - 理论 · 物理学 2022-04-21 Zhijin Li

We present a convenient notation for positive/negative-conditional equations. The idea is to merge rules specifying the same function by using case-, if-, match-, and let-expressions. Based on the presented macro-rule-construct,…

人工智能 · 计算机科学 2009-02-18 Claus-Peter Wirth , Ruediger Lunde

We propose Weighted Guarded Kleene Algebra with Tests (wGKAT), an uninterpreted weighted programming language equipped with branching, conditionals, and loops. We provide an operational semantics for wGKAT using a variant of weighted…

计算机科学中的逻辑 · 计算机科学 2025-04-30 Spencer Van Koevering , Wojciech Różowski , Alexandra Silva

Compositional data arise in many real-life applications and versatile methods for properly analyzing this type of data in the regression context are needed. When parametric assumptions do not hold or are difficult to verify, non-parametric…

统计方法学 · 统计学 2023-09-07 Michail Tsagris , Abdulaziz Alenazi , Connie Stewart

The GLEU metric was proposed for evaluating grammatical error corrections using n-gram overlap with a set of reference sentences, as opposed to precision/recall of specific annotated errors (Napoles et al., 2015). This paper describes…

计算与语言 · 计算机科学 2016-05-10 Courtney Napoles , Keisuke Sakaguchi , Matt Post , Joel Tetreault

Limits on the number of satisfying assignments for CNS instances with n variables and m clauses are derived from various inequalities. Some bounds can be calculated in polynomial time, sharper bounds demand information about the…

计算复杂性 · 计算机科学 2017-05-17 Bernd R. Schuh

There has been much recent interest in the satisfiability of random Boolean formulas. A random k-SAT formula is the conjunction of m random clauses, each of which is the disjunction of k literals (a variable or its negation). It is known…

概率论 · 数学 2012-06-19 David B. Wilson

The algorithm checks the propositional formulas for patterns of unsatisfiability.

计算复杂性 · 计算机科学 2007-05-23 Sergey Gubin

The runtime performance of modern SAT solvers on random $k$-CNF formulas is deeply connected with the 'phase-transition' phenomenon seen empirically in the satisfiability of random $k$-CNF formulas. Recent universal hashing-based approaches…

离散数学 · 计算机科学 2017-02-28 Jeffrey M. Dudek , Kuldeep S. Meel , Moshe Y. Vardi

A matched formula is a CNF formula whose incidence graph admits a matching which matches a distinct variable to every clause. We study phase transition in a context of matched formulas and their generalization of biclique satisfiable…

数据结构与算法 · 计算机科学 2018-08-07 Miloš Chromý , Petr Kučera