Module type Msat_tseitin.Arg
The implementation of formulas required to implement Tseitin's CNF conversion.
val fresh : unit -> tGenerate fresh formulas (that are different from any other).
val pp : Format.formatter -> t -> unitPrint the given formula.