package libzipperposition

  1. Overview
  2. Docs
Library for Zipperposition

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/libzipperposition.calculi/Libzipperposition_calculi/Superposition/index.html

Module Libzipperposition_calculi.Superposition

Inference and simplification rules for the superposition calculus

Inference rules

val section : Logtk.Util.Section.t
module type S = Superposition_intf.S
val key : (module S) Logtk.Flex_state.key

key to access the Env.flex_state. After registration (after calling register), the Env's state contains a mapping from "superposition" to the packed module.

val k_unif_alg : (Logtk.Term.t Logtk.Scoped.t -> Logtk.Term.t Logtk.Scoped.t -> Logtk.Unif_subst.t CCOpt.t OSeq.t) Logtk.Flex_state.key
val k_ho_basic_rules : bool Logtk.Flex_state.key
val get_unif_module : (module Libzipperposition.Env.S) -> (module Logtk.UnifFramework.US)
val register : sup:(module S) -> unit

Register the superposition module to its Environment's mixtbl. Done automatically by the extension.

module Make (Env : Libzipperposition.Env.S) : S with module Env = Env

As Extension

Extension named "superposition"

OCaml

Innovation. Community. Security.