[ home | schedule | assignments | projects | resources | handouts | overview | links ]

15-815 Automated Theorem Proving


Lecture 28: Discrimination Trees

In path indexing, a term is stored via the set of paths from the root to the leaves. In discrimination tree indexing, a term is stored via a single path representing a fixed-order traversal of the term. Discrimination trees provide faster lookup for many operations and in particular when looking for database terms which can be instantiated to the query term (which is relevant for subsumption). On the other hand, finding terms unifiable with a query term is more complicated since we need to skip and identify subterms in the index.

Reading

Key Concepts

Links

[ home | schedule | assignments | projects | resources | handouts | overview | links ]


Frank Pfenning
fp@cs