module Expr1:sig
..end
The following functions may require the creation of new external conditions in the conditional environment.
substitute
and substitute_by_var
functionsApron.condition
, Apron.sup
, Apron.supeq
, Apron.eq
functionstype'a
t =('a Bddapron.Env.t, 'a Bddapron.Expr0.t) Bddapron.Env.value
type'a
expr ='a t
module Bool:sig
..end
module Bint:sig
..end
module Benum:sig
..end
typeapron_coeff =
Apron.Coeff.t
typeapron_typ =
Apron.Texpr1.typ
typeapron_round =
Apron.Texpr1.round
typeapron_cons_typ =
Apron.Tcons1.typ
module Apron:sig
..end
val typ_of_expr : 'a t -> 'a Bddapron.Env.typ
val make : 'a Bddapron.Env.t -> 'a Bddapron.Expr0.t -> 'a t
val of_expr0 : 'a Bddapron.Env.t -> 'a Bddapron.Expr0.t -> 'a t
val get_env : 'a t -> 'a Bddapron.Env.t
val to_expr0 : 'a t -> 'a Bddapron.Expr0.t
val extend_environment : 'a t -> 'a Bddapron.Env.t -> 'a t
val var : 'a Bddapron.Env.t -> 'a Bddapron.Cond.t -> 'a -> 'a t
val ite : 'a Bddapron.Cond.t ->
'a Bool.t ->
'a t -> 'a t -> 'a t
val eq : 'a Bddapron.Cond.t ->
'a t -> 'a t -> 'a Bool.t
val substitute_by_var : ?memo:Cudd.Memo.t ->
'a Bddapron.Cond.t ->
'a t -> ('a * 'a) list -> 'a t
val substitute_by_var_list : ?memo:Cudd.Memo.t ->
'a Bddapron.Cond.t ->
'a t list -> ('a * 'a) list -> 'a t list
val substitute : ?memo:Cudd.Memo.t ->
'a Bddapron.Cond.t ->
'a t -> ('a * 'a t) list -> 'a t
val substitute_list : ?memo:Cudd.Memo.t ->
'a Bddapron.Cond.t ->
'a t list ->
('a * 'a t) list -> 'a t list
val support : 'a Bddapron.Cond.t -> 'a t -> 'a PSette.t
val support_cond : Cudd.Man.vt -> 'a t -> Cudd.Bdd.vt
val cofactor : 'a t -> 'a Bool.t -> 'a t
val restrict : 'a t -> 'a Bool.t -> 'a t
val tdrestrict : 'a t -> 'a Bool.t -> 'a t
cofactor
.val print : 'a Bddapron.Cond.t -> Format.formatter -> 'a t -> unit
val normalize : ?reduce:bool ->
?careset:bool ->
'a Bddapron.Cond.t * 'a t list ->
'a Bddapron.Cond.t * 'a t list
module List:sig
..end
module O:sig
..end