Skip to main content
-
API
-
cudd
-
Cudd
-
Bdd
Module Cudd.Bdd
Parameters
Signature
type result = | False| True| Ifte of int * bdd * bdd
val is_equal : bdd -> bdd -> boolval is_false : bdd -> boolval is_true : bdd -> boolval is_inter_empty : bdd -> bdd -> boolval is_included_in : bdd -> bdd -> boolval print :
(Stdlib.Format.formatter -> int -> unit) ->
Stdlib.Format.formatter ->
bdd ->
unit