中文
相关论文

相关论文: Resolution structure in HornSAT and CNFSAT

200 篇论文

This paper describes about relation between circuit complexity and accept inputs structure in Hamming space by using almost all monotone circuit that emulate deterministic Turing machine (DTM). Circuit family that emulate DTM are almost all…

计算复杂性 · 计算机科学 2018-05-30 Koji Kobayashi

The following paper proposes a new approach to determine whether a logical (CNF) formula is satisfiable or not using probability theory methods. Furthermore, we will introduce an algorithm that speeds up the standard solution for (CNF-SAT)…

计算机科学中的逻辑 · 计算机科学 2021-04-26 Hazem J. Alkhatib , Majd N. Bohssas , Rawad H. Hatem , Odey N. Kassam Alhennawi

NP-Complete problems have an important attribute that if one NP-Complete problem can be solved in polynomial time, all NP-Complete problems will have a polynomial solution. The 3-CNF-SAT problem is a NP-Complete problem and the primary…

数据结构与算法 · 计算机科学 2017-04-07 Belal Qasemi

We establish proof-theoretic, constructive and coalgebraic foundations for proof search in coinductive Horn clause theories. Operational semantics of coinductive Horn clause resolution is cast in terms of coinductive uniform proofs; its…

计算机科学中的逻辑 · 计算机科学 2022-03-16 Henning Basold , Ekaterina Komendantskaya , Yue Li

We propose a calculus of string diagrams to reason about satisfiability of Boolean formulas, and prove it to be sound and complete. We then showcase our calculus in a few case studies. First, we consider SAT-solving. Second, we consider…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Tao Gu , Robin Piedeleu , Fabio Zanasi

The Maximum Satisfiability (MaxSAT) problem is the problem of finding a truth assignment that maximizes the number of satisfied clauses of a given Boolean formula in Conjunctive Normal Form (CNF). Many exact solvers for MaxSAT have been…

人工智能 · 计算机科学 2018-06-13 Mohamed El Halaby

In this paper we show that checking satisfiability of a set of non-linear Horn clauses (also called a non-linear Horn clause program) can be achieved using a solver for linear Horn clauses. We achieve this by interleaving a program…

编程语言 · 计算机科学 2016-07-18 Bishoksan Kafle , John P. Gallagher , Pierre Ganty

The Inverse 3-SAT problem is known to be coNP Complete. This article shows a new interesting way to solve directly the problem by using closure under resolution and partial assignment properties. An algorithm is proposed which lets solve…

数据结构与算法 · 计算机科学 2013-08-27 Xavier Labouze

Open questions with respect to the computational complexity of linear CNF formulas in connection with regularity and uniformity are addressed. In particular it is proven that any l-regular monotone CNF formula is XSAT-unsatisfiable if its…

计算复杂性 · 计算机科学 2018-01-19 Bernd. R. Schuh

Recent years have witness remarkable performance improvements in maximum satisfiability (MaxSAT) solvers. In practice, MaxSAT algorithms often target the most generic MaxSAT formulation, whereas dedicated solvers, which address specific…

计算机科学中的逻辑 · 计算机科学 2017-05-16 Joao Marques-Silva , Alexey Ignatiev , Antonio Morgado

The CNF formula satisfiability problem (CNF-SAT) has been reduced to many fundamental problems in P to prove tight lower bounds under the Strong Exponential Time Hypothesis (SETH). Recently, the works of Abboud, Hansen, Vassilevska W. and…

计算复杂性 · 计算机科学 2020-08-31 Daniel Gibney , Gary Hoppenworth , Sharma V. Thankachan

In this paper we describe how to modify GSAT so that it can be applied to non-clausal formulas. The idea is to use a particular ``score'' function which gives the number of clauses of the CNF conversion of a formula which are false under a…

人工智能 · 计算机科学 2014-11-17 R. Sebastiani

In sphere of research of discrete optimization algorithms efficiency the important place occupies a method of polynomial reducibility of some problems to others with use of special purpose components. In this paper a novel method of compact…

数据结构与算法 · 计算机科学 2013-09-25 V. F. Romanov

This paper talks about difference between P and NP by using topological space that mean resolution principle. I pay attention to restrictions of antecedent and consequent in resolution, and show what kind of influence the restrictions have…

计算复杂性 · 计算机科学 2012-10-16 Koji Kobayashi

In this paper, we propose a first application of data mining techniques to propositional satisfiability. Our proposed Mining4SAT approach aims to discover and to exploit hidden structural knowledge for reducing the size of propositional…

人工智能 · 计算机科学 2013-04-17 Said Jabbour , Lakhdar Sais , Yakoub Salhi

We propose a novel approach for the development, analysis, and verification of reductions between NP-complete problems. This method uses the URSA system, a SAT-based constraint solver and incorporates features that distinguish it from…

计算机科学中的逻辑 · 计算机科学 2025-11-25 Predrag Janičić

A novel parallel algorithm for solving the classical Decision Boolean Satisfiability problem with clauses in conjunctive normal form is depicted. My approach for solving SAT is without using algebra or other computational search strategies…

数据结构与算法 · 计算机科学 2018-04-17 Carlos Barrón-Romero

This paper gives a novel approach to analyze SAT problem more deeply. First, I define new elements of Boolean formula such as dominant variable, decision chain, and chain coupler. Through the analysis of the SAT problem using the elements,…

计算复杂性 · 计算机科学 2018-01-25 Keum-Bae Cho

We provide a graphical treatment of SAT and #SAT on equal footing. Instances of #SAT can be represented as tensor networks in a standard way. These tensor networks are interpreted by diagrams of the ZH-calculus: a system to reason about…

计算复杂性 · 计算机科学 2021-09-07 Niel de Beaudrap , Aleks Kissinger , Konstantinos Meichanetzidis

Proofs in propositional logic are typically presented as trees of derived formulas or, alternatively, as directed acyclic graphs of derived formulas. This distinction between tree-like vs. dag-like structure is particularly relevant when…

计算机科学中的逻辑 · 计算机科学 2023-04-11 Albert Atserias , Massimo Lauria