Module Condition.MakeConditionMapCuddTree
Parameters
module L : Condition_map.LSignature
type t = L.t CuddTree.tval hash : 'a CuddTree.t -> CuddTree.idmodule TerminalHash : sig ... endmodule IfHash : sig ... endval terminal_table : TerminalHash.tval if_table : IfHash.tval terminal : L.t -> TerminalHash.dataval mk : ConditionCudd.t -> IfHash.data -> IfHash.data -> IfHash.dataval _pretty :
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
'a CuddTree.t ->
unitval create_partial : 'a CuddTree.tval refine :
L.t CuddTree.t ->
cond:ConditionCudd.t ->
?notcond:'a ->
L.t ->
inter:(L.t -> L.t -> L.t) ->
TerminalHash.dataval find : 'a CuddTree.t -> Cudd.bdd -> 'amodule Cond = ConditionCuddmodule L = Ltype value = L.tval fold_with_cond :
'a CuddTree.t ->
Cudd.bdd ->
'b ->
('a -> Cudd.bdd -> 'b -> 'b) ->
'b