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 strongm 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: kahleen
  • Content: Threads
  • Order by date
  1. kahleen

    prolog reflection (kind of)

    Hi! I'm having the following problem. Suppose I have the knowledge base from below: mom(13, bla, bli). dad(15, foo). grandma(18, a, b, c, d, e). grandpa(19, x, y, z). Each predicate has some parameters of which only the first is important to identify it. Identifiers are unique (or not, I...
  2. kahleen

    prolog reflection

    Hello ... I'm having the following problem ... I have a Prolog knowledge base that contains only facts like these: alpha(6,5). beta(7,6). gamma(8,6). ........ and so on .... basically, it's a generalized tree representation ... and it's guaranteed that the first parameter of each fact is...

Part and Inventory Search

Back
Top