module Expr0: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 =[ `Apron of 'a Bddapron.ApronexprDD.t
| `Benum of Cudd.Man.v Bdd.Enum.t
| `Bint of Cudd.Man.v Bdd.Int.t
| `Bool of Cudd.Man.v Cudd.Bdd.t ]
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
module Apron:sig
..end
Failure
exception in case of a typing
error.val typ_of_expr : 'a Bddapron.Env.t -> 'a t -> 'a Bddapron.Env.typ
val var : 'a Bddapron.Env.t -> 'a Bddapron.Cond.t -> 'a -> 'a t
val ite : 'a Bddapron.Env.t ->
'a Bddapron.Cond.t ->
'a Bool.t ->
'a t -> 'a t -> 'a t
val cofactor : 'a t -> 'a Bool.t -> 'a t
val substitute_by_var : ?memo:Cudd.Memo.t ->
'a Bddapron.Env.t ->
'a Bddapron.Cond.t ->
'a t -> ('a * 'a) list -> 'a t
val substitute_by_var_list : ?memo:Cudd.Memo.t ->
'a Bddapron.Env.t ->
'a Bddapron.Cond.t ->
'a t list -> ('a * 'a) list -> 'a t list
val substitute : ?memo:Cudd.Memo.t ->
'a Bddapron.Env.t ->
'a Bddapron.Cond.t ->
'a t -> ('a * 'a t) list -> 'a t
val substitute_list : ?memo:Cudd.Memo.t ->
'a Bddapron.Env.t ->
'a Bddapron.Cond.t ->
'a t list ->
('a * 'a t) list -> 'a t list
val restrict : 'a t -> 'a Bool.t -> 'a t
val tdrestrict : 'a t -> 'a Bool.t -> 'a t
cofactor
.val permute : ?memo:Cudd.Memo.t -> 'a t -> int array -> 'a t
val varmap : 'a t -> 'a t
val support : 'a Bddapron.Env.t -> 'a Bddapron.Cond.t -> 'a t -> 'a PSette.t
val eq : 'a Bddapron.Env.t ->
'a Bddapron.Cond.t ->
'a t -> 'a t -> 'a Bool.t
val support_cond : Cudd.Man.vt -> 'a t -> Cudd.Bdd.vt
val print : 'a Bddapron.Env.t ->
'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 O:sig
..end