package logtk

  1. Overview
  2. Docs
Core types and algorithms for logic

Install

Dune Dependency

Authors

Maintainers

Sources

2.1.tar.gz
md5=e72de75e9f0f87da9e6e8c0a4d4c89f9
sha512=81becfc9badd686ab3692cd9312172aa4c4e3581b110e81770bb01e0ffbc1eb8495d0dd6d43b98f3d06e6b8c8a338174c13ebafb4e9849a3ddf89f9a3a72c287

doc/logtk/Logtk/Fingerprint/index.html

Module Logtk.Fingerprint

Fingerprint term indexing

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

NOTE: less efficient, it seems, than NPDtree

type 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.

val fp3d : fingerprint_fun
val fp3w : fingerprint_fun
val fp4d : fingerprint_fun
val fp4m : fingerprint_fun
val fp4w : fingerprint_fun
val fp5m : fingerprint_fun
val fp6m : fingerprint_fun
val fp7 : fingerprint_fun
val fp7m : fingerprint_fun
val fp16 : fingerprint_fun
module Make (X : Set.OrderedType) : sig ... end
OCaml

Innovation. Community. Security.