Lazy_cnf.Make
E : Libzipperposition.Env.S
module Env = E
module C : module type of Env.C with type C.t = Env.C.t
val setup : unit -> unit
Register rules in the environment
val update_form_counter : action:[< `Decrease | `Increase ] -> C.t -> unit
val solve_bool_formulas : C.t -> C.t CCList.t option