package logtk

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

Module Logtk.FingerprintSource

Fingerprint term indexing

Fingerprint term indexing, based on the paper of the same name by S. Schulz.

NOTE: less efficient, it seems, than NPDtree

Sourcetype fingerprint_fun

A fingerprint function is a list of positions.

To compute the fingerprint of a term, we map each position to a feature; fingerprints can then be compared for potential unifiability/matching.

Sourcemodule Make (X : Set.OrderedType) : sig ... end
OCaml

Innovation. Community. Security.