翻訳と辞書
Words near each other
・ Horn Sonata No. 2 (Danzi)
・ Horn trio
・ Horn Trio (Brahms)
・ Horn Trio (Holbrooke)
・ Horn, Austria
・ Horn, Germany
・ Horn, Hamburg
・ Horn, Nebraska
・ Horn, Netherlands
・ Horn, Oppland
・ Horn, Rutland
・ Horn, Sweden
・ Horn, Switzerland
・ Horn-Bad Meinberg
・ Horn-rimmed glasses
Horn-satisfiability
・ Horn-skinned bat
・ Horna
・ Horna / Behexen
・ Horna / Desolation Triumphalis
・ Horna / Musta Surma
・ Horna / Ouroboros
・ Horna / Peste Noire
・ Horna / Sacrificia Mortuorum
・ Horna / Woods of Infinity
・ Horna/Tenebrae in Perpetuum
・ Hornachos
・ Hornachuelos
・ Hornaday
・ Hornaday Camp


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Horn-satisfiability : ウィキペディア英語版
Horn-satisfiability
In formal logic, Horn-satisfiability, or HORNSAT, is the problem of deciding whether a given set of propositional Horn clauses is satisfiable or not.
A Horn clause is a clause with at most one positive literal, called the ''head'' of the clause, and any number of negative literals, forming the ''body'' of the clause. A Horn formula is a propositional formula formed by conjunction of Horn clauses.
The problem of Horn satisfiability is solvable in linear time.〔Dowling, W., and Gallier, J., (1984) "Linear-time algorithms for testing the satisfiability of propositional Horn formulae". ''Journal of Logic Programming'', 3, 267-284〕 A polynomial-time algorithm for Horn satisfiability is based on the rule of unit propagation: if the formula contains a clause composed of a single literal l (a unit clause), then all clauses containing l (except the unit clause itself) are removed, and all clauses containing \neg l have this literal removed. The result of the second rule may itself be a unit clause, which is propagated in the same manner. If there are no unit clauses, the formula can be satisfied by simply setting all remaining variables negative. The formula is unsatisfiable if this transformation generates a pair of opposite unit clauses l and \neg l. Horn satisfiability is actually one of the "hardest" or "most expressive" problems which is known to be computable in polynomial time, in the sense that it is a P-complete problem.
This algorithm also allows determining a truth assignment of satisfiable Horn formulae: all variables contained in a unit clause are set to the value satisfying that unit clause; all other literals are set to false. The resulting assignment is the minimal model of the Horn formula, that is, the assignment having a minimal set of variables assigned to true, where comparison is made using set containment.
Using a linear algorithm for unit propagation, the algorithm is linear in the size of the formula.
A generalization of the class of Horn formulae is that of renamable-Horn formulae, which is the set of formulae that can be placed in Horn form by replacing some variables with their respective negation. Checking the existence of such a replacement can be done in linear time; therefore, the satisfiability of such formulae is in P as it can be solved by first performing this replacement and then checking the satisfiability of the resulting Horn formula.〔

The Horn satisfiability problem can also be asked for propositional many-valued logics. The algorithms are not usually linear, but some are polynomial; see Hähnle (2001 or 2003) for a survey.
==See also==

* Unit propagation
* Boolean satisfiability problem
* 2-satisfiability

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Horn-satisfiability」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.