Menu

Commit [r7966]  Maximize  Restore  History

A new set of routines that support creating and using "Prolog Databases"

in XSB. A Prolog DB is Prolog term that represents a set of rules. Users
can create sets of rules, pass them aroung, and call goals in them.
These Prolog DBs are represented as a Prolog term which implements a trie,
with hash tables at each branch point. They are asymptotically quite
efficient. See documentation in User Manual 2 under Libraries.

dwarren 2014-05-04

added /trunk/XSB/lib/prolog_db.H
added /trunk/XSB/lib/prolog_db.P
/trunk/XSB/lib/prolog_db.H Diff Switch to side-by-side view
Loading...
/trunk/XSB/lib/prolog_db.P Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB