Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need help with a simple predicate

Status
Not open for further replies.

9078

Programmer
Apr 9, 2003
1
US

I need to create the predicate which would turn the function to an array of permutations.

-? perm(a(b(c)),T).

should return:

T=[a,b,c]
T=[b,c,a]
T=[b,a,c]. etc.

Can someone help me.....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top