module Domain0: sig .. end
type ('a, 'b, 'c, 'd, 'e, 'f) man = ('a, 'b, 'c, 'd, 'e, 'f) Bddapron.Policy.PDomain0.man = {
}
Type of generic policy managers.
'a: type of symbols
'b: as in 'b Apron.Manager.t (Box.t, Polka.strict Polka.t, etc);
'c: type of the underlying manager;
'd: type of the underlying abstract values of level 0.
'e: type of the underlying policy manager
'f: type of the underlying policy
type ('a, 'b) mtbdd = ('a, 'b, ('a, 'b) Bddapron.Mtbdddomain0.man, 'b Bddapron.Mtbdddomain0.t,
('a, 'b) Bddapron.Policy.PMtbdddomain0.man,
'b Bddapron.Policy.PMtbdddomain0.t)
man
val manager_get_manager : ('a, 'b, 'c, 'd, 'e, 'f) man ->
('a, 'b, 'c, 'd) Bddapron.Domain0.man
val print : ('a, 'b, 'c, 'd, 'e, 'f) man ->
'a Bddapron.Env.t -> 'a Bddapron.Cond.t -> Format.formatter -> 'f -> unit
val meet_condition_apply : ('a, 'b, 'c, 'd, 'e, 'f) man ->
'a Bddapron.Env.t ->
'a Bddapron.Cond.t -> 'f -> 'd -> 'a Bddapron.Expr0.Bool.t -> 'd
val meet_condition_improve : ('a, 'b, 'c, 'd, 'e, 'f) man ->
'a Bddapron.Env.t ->
'a Bddapron.Cond.t -> 'f option -> 'd -> 'a Bddapron.Expr0.Bool.t -> 'f
val make_mtbdd : ?global:bool ->
symbol:'a Bddapron.Env.symbol ->
'b Apron.Policy.man -> ('a, 'b) mtbdd