Module ProofState.MakeSource

Parameters

module C : Clause.S

Signature

Sourcemodule Ctx = C.Ctx
module 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