package combine

  1. Overview
  2. Docs
type t = Zdd.t
val create : ?primary:int -> bool array array -> t
val find_solution : t -> solution
val iter_solution : (solution -> unit) -> t -> unit
val count_solutions : t -> int
module type ARITH = sig ... end
module Count (A : ARITH) : sig ... end
OCaml

Innovation. Community. Security.