[Next]
[Up]
[Previous]
[Contents]
[Index]
Next: Table strategy declaration
Up: Directives and Prolog Flags
Previous: Dynamic declaration
  Contents
  Index
A tabled predicate is a predicate for which answers will be memorized in a table and variant calls of the predicate will be resolved by using the answers. The declaration,
:-table P1/N1, ..., Pk/Nk.
declares that the predicates Pi/Ni (i=1,...,k) are tabled predicates.
Neng-Fa Zhou ()
2007-06-05