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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.