ApronDomain.DHetero
With heterogeneous environments.
include SPrintable with type t = Man.mt A.t
include Printable.S with type t = Man.mt A.t
type t = Man.mt A.t
val top_env : GobApron.Environment.t -> t
val bot_env : GobApron.Environment.t -> t
val is_top_env : t -> bool
val is_bot_env : t -> bool
include Lattice.S with type t := t
include Lattice.PO with type t := t
widen x y
assumes leq x y
. Solvers guarantee this by calling widen old (join old new)
.
val bot : unit -> t
val is_bot : t -> bool
val top : unit -> t
val is_top : t -> bool
val invariant : t -> GobApron.Lincons1.t list