msat.backend
Dot.Make
Functor for making a module to export proofs to the DOT format.
Proof exporting
Currently, exporting a proof means printing it into a file according to the conventions of a given format.
msat
msat.backtrack
msat.sat
msat.tseitin
module S : Msat.S
module A : Arg with type atom := S.atom and type hyp := S.clause and type lemma := S.clause and type assumption := S.clause
val pp : Format.formatter -> S.proof -> unit
A function for printing proofs in the desired format.