Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

fact

You are here: irt.org | FOLDOC | fact

<artificial intelligence, programming> The kind of clause used in logic programming which has no subgoals and so is always true (always succeeds). E.g.

	wet(water).
	male(denis).

This is in contrast to a rule which only succeeds if all its subgoals do. Rules usually contain logic variables, facts rarely do, except for oddities like "equal(X,X).".

(1996-10-20)

Nearby terms: Facile « facsimile « FACT « fact » factor » factorial » FAD

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb