Re: implementing negation and controlling the reasoning for contradictions
- From: A.L. <alewando@xxxxxxxxxx>
- Date: Sun, 22 Feb 2009 10:11:09 -0600
On Thu, 19 Feb 2009 09:52:12 -0800 (PST), Hamid <hhaidarian@xxxxxxxxx>
wrote:
Hello All,
I am trying to control the reasoning, and also implement normal
negation in Prolog. The aim is to control the reasoning process so
that with the following code, the reasoner would notice a
contradiction. The contradiction results from the fact that Picnic
(today) and nPicnic(today) can both be derived. I want to ignore these
contradictions.
Check the book "Techniques of Prolog Programming with Implementation
of Logical Negation and Quantified Goals" by T Van Le, J. Willey, 1993
A.L.
.
- References:
- Prev by Date: Re: implementing negation and controlling the reasoning for contradictions
- Next by Date: Re: implementing negation and controlling the reasoning for contradictions
- Previous by thread: Re: implementing negation and controlling the reasoning for contradictions
- Next by thread: Re: implementing negation and controlling the reasoning for contradictions
- Index(es):
Relevant Pages
|