completeness and forall
- From: alexander.stuckenholz@xxxxxxxxx
- Date: 15 Aug 2005 05:40:04 -0700
Hello.
I have a question regarding the use of the forall statement and the
completeness of results. As long as i know, the usage of horn articles
ensure, that cosulting my knwoledge base, wrong assumptions are
discovered to be wrong after finite time. (completeness!).
Now i use the forall statement of prolog which is written as:
forall(Cond, Action) :-
\+ (Cond, \+ Action).
I don't know if i'm wrong now, but is it right, that this is not
complete any longer?
Regards,
Alex
.
- Follow-Ups:
- Re: completeness and forall
- From: Torkel Franzen
- Re: completeness and forall
- Prev by Date: Re: beginner's question: Difference between CWA and NAF
- Next by Date: Re: beginner's question: Difference between CWA and NAF
- Previous by thread: beginner's question: Difference between CWA and NAF
- Next by thread: Re: completeness and forall
- Index(es):