[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gprolog member/2 error ?!
From: |
Pedro Fialho |
Subject: |
Re: Gprolog member/2 error ?! |
Date: |
Wed, 25 Aug 2010 23:38:49 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Thank you for your answer,
Indeed it now returns a valid result, though not the correct one.
Namely it returns:
...,rel(de,A,B),rel(para,A,C)...
which breaks the constraint that implies the 3rd argument
of one rel/3 to be the 2nd argument of the other rel/3.
It still seams an easy constraint to code in Prolog, as such
I'm finding it dificult to debug/solve.
Best Regards,
Peter