sig
type 'a t = 'a Int.t
type dt = Cudd.Man.d Expr0.O.Bint.t
type vt = Cudd.Man.v Expr0.O.Bint.t
val of_expr : [> `Bint of 'a Expr0.O.Bint.t ] -> 'a Expr0.O.Bint.t
val to_expr : 'a Expr0.O.Bint.t -> [> `Bint of 'a Expr0.O.Bint.t ]
val of_int :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
[> `Bint of bool * int ] -> int -> 'b Expr0.O.Bint.t
val var :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'a -> 'b Expr0.O.Bint.t
val ite :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bool.t ->
'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t
val neg :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t
val succ :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t
val pred :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t
val add :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t
val sub :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t
val mul :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t
val shift_left :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
int -> 'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t
val shift_right :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
int -> 'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t
val scale :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
int -> 'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t
val zero :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> 'b Expr0.O.Bool.t
val eq :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t -> 'b Expr0.O.Bool.t
val eq_int :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> int -> 'b Expr0.O.Bool.t
val supeq :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t -> 'b Expr0.O.Bool.t
val supeq_int :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> int -> 'b Expr0.O.Bool.t
val sup :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> 'b Expr0.O.Bint.t -> 'b Expr0.O.Bool.t
val sup_int :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> int -> 'b Expr0.O.Bool.t
val cofactor : 'a Expr0.O.Bint.t -> 'a Expr0.O.Bool.t -> 'a Expr0.O.Bint.t
val restrict : 'a Expr0.O.Bint.t -> 'a Expr0.O.Bool.t -> 'a Expr0.O.Bint.t
val tdrestrict :
'a Expr0.O.Bint.t -> 'a Expr0.O.Bool.t -> 'a Expr0.O.Bint.t
val permute :
?memo:Cudd.Memo.t -> 'a Expr0.O.Bint.t -> int array -> 'a Expr0.O.Bint.t
val varmap : 'a Expr0.O.Bint.t -> 'a Expr0.O.Bint.t
val substitute_by_var :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> ('a * 'a) list -> 'b Expr0.O.Bint.t
val substitute :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> ('a * 'b Expr0.expr) list -> 'b Expr0.O.Bint.t
val guard_of_int :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> int -> 'b Expr0.O.Bool.t
val guardints :
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bint.t -> ('b Expr0.O.Bool.t * int) list
val print :
?print_external_idcondb:(Format.formatter -> int * bool -> unit) ->
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
Format.formatter -> 'b Expr0.O.Bint.t -> unit
end