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'at =('a Bddapron.Env.t, 'a Bddapron.Expr0.t) Bddapron.Env.value
type'aexpr ='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.typval make : 'a Bddapron.Env.t -> 'a Bddapron.Expr0.t -> 'a tval of_expr0 : 'a Bddapron.Env.t -> 'a Bddapron.Expr0.t -> 'a tval get_env : 'a t -> 'a Bddapron.Env.tval to_expr0 : 'a t -> 'a Bddapron.Expr0.tval extend_environment : 'a t -> 'a Bddapron.Env.t -> 'a tval var : 'a Bddapron.Env.t -> 'a Bddapron.Cond.t -> 'a -> 'a tval ite : 'a Bddapron.Cond.t ->
'a Bool.t ->
'a t -> 'a t -> 'a tval eq : 'a Bddapron.Cond.t ->
'a t -> 'a t -> 'a Bool.tval substitute_by_var : ?memo:Cudd.Memo.t ->
'a Bddapron.Cond.t ->
'a t -> ('a * 'a) list -> 'a tval substitute_by_var_list : ?memo:Cudd.Memo.t ->
'a Bddapron.Cond.t ->
'a t list -> ('a * 'a) list -> 'a t listval substitute : ?memo:Cudd.Memo.t ->
'a Bddapron.Cond.t ->
'a t -> ('a * 'a t) list -> 'a tval substitute_list : ?memo:Cudd.Memo.t ->
'a Bddapron.Cond.t ->
'a t list ->
('a * 'a t) list -> 'a t listval support : 'a Bddapron.Cond.t -> 'a t -> 'a PSette.tval support_cond : Cudd.Man.vt -> 'a t -> Cudd.Bdd.vtval cofactor : 'a t -> 'a Bool.t -> 'a tval restrict : 'a t -> 'a Bool.t -> 'a tval tdrestrict : 'a t -> 'a Bool.t -> 'a tcofactor.val print : 'a Bddapron.Cond.t -> Format.formatter -> 'a t -> unitval normalize : ?reduce:bool ->
?careset:bool ->
'a Bddapron.Cond.t * 'a t list ->
'a Bddapron.Cond.t * 'a t listmodule List:sig..end
module O:sig..end