module Domain0:sig
..end
type ('a, 'b, 'c, 'd)
man = {
|
typ : |
|
man : |
|
canonicalize : |
|
size : |
|
print : |
|
bottom : |
|
top : |
|
of_apron : |
|
of_bddapron : |
|
is_bottom : |
|
is_top : |
|
is_leq : |
|
is_eq : |
|
to_bddapron : |
|
meet : |
|
join : |
|
meet_condition : |
|
assign_lexpr : |
|
substitute_lexpr : |
|
forget_list : |
|
widening : |
|
widening_threshold : |
|
apply_change : |
|
apply_permutation : |
'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.type'd
t ='d
val canonicalize : ?apron:bool ->
('a, 'b, 'c, 'd) man -> 'd t -> unit
val size : ('a, 'b, 'c, 'd) man -> 'd t -> int
val print : ?print_apron:((int -> string) ->
Format.formatter -> 'b Apron.Abstract0.t -> unit) ->
('a, 'b, 'c, 'd) man ->
'a Bddapron.Env.t -> Format.formatter -> 'd t -> unit
val bottom : ('a, 'b, 'c, 'd) man ->
'a Bddapron.Env.t -> 'd t
val top : ('a, 'b, 'c, 'd) man ->
'a Bddapron.Env.t -> 'd t
val of_apron : ('a, 'b, 'c, 'd) man ->
'a Bddapron.Env.t -> 'b Apron.Abstract0.t -> 'd t
val of_bddapron : ('a, 'b, 'c, 'd) man ->
'a Bddapron.Env.t ->
('a Bddapron.Expr0.Bool.t * 'b Apron.Abstract0.t) list ->
'd t
val is_bottom : ('a, 'b, 'c, 'd) man -> 'd t -> bool
val is_top : ('a, 'b, 'c, 'd) man -> 'd t -> bool
val is_leq : ('a, 'b, 'c, 'd) man ->
'd t -> 'd t -> bool
val is_eq : ('a, 'b, 'c, 'd) man ->
'd t -> 'd t -> bool
val to_bddapron : ('a, 'b, 'c, 'd) man ->
'd t ->
('a Bddapron.Expr0.Bool.t * 'b Apron.Abstract0.t) list
val meet : ('a, 'b, 'c, 'd) man ->
'd t -> 'd t -> 'd t
val join : ('a, 'b, 'c, 'd) man ->
'd t -> 'd t -> 'd t
val meet_condition : ('a, 'b, 'c, 'd) man ->
'a Bddapron.Env.t ->
'a Bddapron.Cond.t ->
'd t -> 'a Bddapron.Expr0.Bool.t -> 'd t
val assign_lexpr : ?relational:bool ->
?nodependency:bool ->
('a, 'b, 'c, 'd) man ->
'a Bddapron.Env.t ->
'a Bddapron.Cond.t ->
'd t ->
'a list ->
'a Bddapron.Expr0.t list ->
'd t option -> 'd t
val substitute_lexpr : ('a, 'b, 'c, 'd) man ->
'a Bddapron.Env.t ->
'a Bddapron.Cond.t ->
'd t ->
'a list ->
'a Bddapron.Expr0.t list ->
'd t option -> 'd t
val forget_list : ('a, 'b, 'c, 'd) man ->
'a Bddapron.Env.t ->
'd t -> 'a list -> 'd t
val widening : ('a, 'b, 'c, 'd) man ->
'd t -> 'd t -> 'd t
val widening_threshold : ('a, 'b, 'c, 'd) man ->
'd t ->
'd t -> Apron.Lincons0.t array -> 'd t
val apply_change : bottom:'d t ->
('a, 'b, 'c, 'd) man ->
'd t -> Bddapron.Env.change -> 'd t
val apply_permutation : ('a, 'b, 'c, 'd) man ->
'd t ->
int array option * Apron.Dim.perm option -> 'd t
val man_get_apron : ('a, 'b, 'c, 'd) man -> 'b Apron.Manager.t
Bddapron.Mtbdddomain0
type('a, 'b)
mtbdd =('a, 'b, ('a, 'b) Bddapron.Mtbdddomain0.man, 'b Bddapron.Mtbdddomain0.t)
man
val mtbdd_of_mtbdddomain : ('a, 'b) Bddapron.Mtbdddomain0.man -> ('a, 'b) mtbdd
val make_mtbdd : ?global:bool -> 'b Apron.Manager.t -> ('a, 'b) mtbdd
val man_is_mtbdd : ('a, 'b, 'c, 'd) man -> bool
true
iff the argument manager is a mtbdd managerval man_of_mtbdd : ('a, 'b) mtbdd -> ('a, 'b, 'c, 'd) man
val man_to_mtbdd : ('a, 'b, 'c, 'd) man -> ('a, 'b) mtbdd
Failure
if the argument manager is not a mtbdd managerval of_mtbdd : ('a, 'b) mtbdd *
'b Bddapron.Mtbdddomain0.t t ->
('a, 'b, 'c, 'd) man * 'd t
val to_mtbdd : ('a, 'b, 'c, 'd) man * 'd t ->
('a, 'b) mtbdd *
'b Bddapron.Mtbdddomain0.t t
Failure
if the argument manager is not a mtbdd managerBddapron.Bdddomain0
type('a, 'b)
bdd =('a, 'b, ('a, 'b) Bddapron.Bdddomain0.man, 'b Bddapron.Bdddomain0.t)
man
val bdd_of_bdddomain : ('a, 'b) Bddapron.Bdddomain0.man -> ('a, 'b) bdd
val make_bdd : 'b Apron.Manager.t -> ('a, 'b) bdd
val man_is_bdd : ('a, 'b, 'c, 'd) man -> bool
true
iff the argument manager is a bdd managerval man_of_bdd : ('a, 'b) bdd -> ('a, 'b, 'c, 'd) man
val man_to_bdd : ('a, 'b, 'c, 'd) man -> ('a, 'b) bdd
Failure
if the argument manager is not a bdd managerval of_bdd : ('a, 'b) bdd * 'b Bddapron.Bdddomain0.t t ->
('a, 'b, 'c, 'd) man * 'd t
val to_bdd : ('a, 'b, 'c, 'd) man * 'd t ->
('a, 'b) bdd * 'b Bddapron.Bdddomain0.t t
Failure
if the argument manager is not a bdd manager