SWI-Prolog
How can remove the duplicate search result
Help!
kastiglione
April 9, 2019, 3:51pm
8
Jan, should that be:
sister(X,Y) :- sister_fact(X,Y). sister(X,Y) :- sister_fact(Y,X).
show post in topic
Related topics
Topic
Replies
Views
Activity
Recursion for going through a family tree and selecting cousins
Help!
swish
,
how-to
15
4256
October 21, 2021
Exercice sur les graphes en prolog
Help!
36
1967
December 28, 2019
Find the bug in this logic puzzle
Help!
12
867
November 12, 2021
I don't understand why this query do not terminate
Help!
24
1790
March 31, 2022
How to avoid duplicate return values
Help!
3
10160
November 15, 2019