module Tseitin:sig
..end
This modules implements Tseitin's Conjunctive Normal Form conversion, i.e.
the ability to transform an arbitrary boolean formula into an equi-satisfiable
CNF, that can then be fed to a SAT/SMT/McSat solver.
module type Arg = Tseitin_intf.Arg
module type S = Tseitin_intf.S
module Make: