Artificial Intelligence Course
Sunday, 18 January 2009
Rules
Prolog clauses such as:
“offspring(Y,X):-parent(X,Y).” are called rules.
There is difference between facts and rules.
Fact syntax and the meaning:
parent(tom,liz).
Rule has two parts a condition (head) and a conclusion part (body).
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment