newbie: list of all possible solutions
From: Andrey Tatarinov (elephantum_at_dezcom.mephi.ru)
Date: 10/06/04
- Previous message: Martin Kant: "Re: Interprolog, java and linux"
- Next in thread: Maarten Boonen: "Re: newbie: list of all possible solutions"
- Reply: Maarten Boonen: "Re: newbie: list of all possible solutions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 06 Oct 2004 23:30:27 +0400
Hi all.
I could not find the solution.
I have:
p(a).
p(b).
p(c).
p(d).
I want to have:
all_p( L ). which will result with L=[a,b,c,d]
How can I do that?
- Previous message: Martin Kant: "Re: Interprolog, java and linux"
- Next in thread: Maarten Boonen: "Re: newbie: list of all possible solutions"
- Reply: Maarten Boonen: "Re: newbie: list of all possible solutions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]