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/Heuristics/Make/PS/index.html

Module Make.PS

module Ctx = Env.Ctx
module C = Env.C
module CQueue : Libzipperposition.ClauseQueue.S with module C = C and type C.t = C.t

Priority queues on clauses

Useful Index structures
module TermIndex : Logtk.Index.TERM_IDX with type elt = C.WithPos.t
module UnitIndex : Logtk.Index.UNIT_IDX with type E.t = Logtk.Term.t * Logtk.Term.t * bool * C.t and type E.rhs = Logtk.Term.t
Common Interface for Sets
module type CLAUSE_SET = sig ... end
module ActiveSet : sig ... end
module PassiveSet : sig ... end
Misc
type stats = int * int * int

statistics on the state (num active, num passive, num simplification)

val stats : unit -> stats

Compute statistics

val pp : unit CCFormat.printer

pretty print the content of the state

val debug : unit CCFormat.printer

debug functions: much more detailed printing

OCaml

Innovation. Community. Security.