package logtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Non-Perfect Discrimination Tree

This module provides a simplification index and a term index, based on a non-perfect discrimination tree (see "the handbook of automated reasoning", chapter "term indexing", for instance). It should be more compact in memory than LogtkDtree, and maybe more optimized too.

module Make (E : LogtkIndex.EQUATION) : LogtkIndex.UNIT_IDX with module E = E