package libzipperposition

  1. Overview
  2. Docs
Library for Zipperposition

Install

Dune Dependency

Authors

Maintainers

Sources

1.6.tar.gz
md5=97cdb2f90468e9e27c7bbe3b4fb160bb
sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d

doc/libzipperposition.calculi/Libzipperposition_calculi/Arith_rat/Make/PS/index.html

Module Make.PSSource

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.