Deutsch
 
Hilfe Datenschutzhinweis Impressum
  DetailsucheBrowse

Datensatz

DATENSATZ AKTIONENEXPORT

Freigegeben

Konferenzbeitrag

Computing Stable Models by Program Transformation

MPG-Autoren
/persons/resource/persons45567

Stuber,  Jürgen
Programming Logics, MPI for Informatics, Max Planck Society;

Externe Ressourcen
Es sind keine externen Ressourcen hinterlegt
Volltexte (beschränkter Zugriff)
Für Ihren IP-Bereich sind aktuell keine Volltexte freigegeben.
Volltexte (frei zugänglich)
Es sind keine frei zugänglichen Volltexte in PuRe verfügbar
Ergänzendes Material (frei zugänglich)
Es sind keine frei zugänglichen Ergänzenden Materialien verfügbar
Zitation

Stuber, J. (1994). Computing Stable Models by Program Transformation. In P. Van Hentenryck (Ed.), Logic Programming (pp. 58-73). Cambridge, USA: MIT Press.


Zitierlink: https://hdl.handle.net/11858/00-001M-0000-0014-AD6D-7
Zusammenfassung
In analogy to the Davis-Putnam procedure we develop a new procedure for
computing stable models of propositional normal disjunctive logic programs,
using case analysis and simplification. Our procedure enumerates all stable
models without repetition and without the need for a minimality check. Since it
is not necessary to store the set of stable models explicitly, the procedure
runs in polynomial space. We allow clauses with empty heads, in order to
represent truth or falsity of a proposition as a one-literal clause. In
particular, a clause of form $\mathop\sim A\rightarrow$ expresses that~$A$ is
constrained to be true, without providing a justification for~$A$. Adding this
clause to a program restricts its stable models to those containing~$A$,
without introducing new stable models. Together with $A\rightarrow$ this
provides the basis for case analysis. We present our procedure as a set of
rules which transform a program into a set of solved forms, which resembles the
standard method for presenting unification algorithms. Rules are sound in the
sense that they preserve the set of stable models. A subset of the rules is
shown to be complete in the sense that for each stable model a solved form can
be obtained. The method allows for concise presentation, flexible choice of a
control strategy and simple correctness proofs."