package libzipperposition

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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
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