package libzipperposition

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.ProofStateSource

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

Priority queues on clauses

Useful Index structures
Common Interface for Sets
Sourcemodule type CLAUSE_SET = sig ... end
Sourcemodule ActiveSet : sig ... end
Sourcemodule PassiveSet : sig ... end
Misc
Sourcetype stats = int * int * int

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

Sourceval stats : unit -> stats

Compute statistics

pretty print the content of the state

Sourceval debug : unit CCFormat.printer

debug functions: much more detailed printing