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!

Search results for query: *

  • Users: Troman2
  • Content: Threads
  • Order by date
  1. Troman2

    Finding a maximum of all predicate parameters

    Hi, I'm new to prolog. I have folowing predicated in my program: points(bob, 3). points(ted, 10). points(tom, 7). points(ben, 5). How do I find out who has the most points? I don't know how to make Prolog iterate through all points() predicates and remember the highest value. Iterating...

Part and Inventory Search

Back
Top