Parameter VarManagementOps.RelDomain

type t
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val copy : t -> t
val empty : unit -> t

empty creates a domain representation of dimension 0

val is_empty : t -> bool

is_empty is true, if the domain representation has a dimension size of zero

interpret dimension addition in change2.add semantics, see https://antoinemine.github.io/Apron/doc/api/ocaml/Dim.html

val dim_add : Apron.Dim.change -> t -> t

interpret dimension addition in change2.add semantics, see https://antoinemine.github.io/Apron/doc/api/ocaml/Dim.html

interpret dimension removal in change2.remove semantics, see https://antoinemine.github.io/Apron/doc/api/ocaml/Dim.html

val dim_remove : Apron.Dim.change -> t -> t

interpret dimension removal in change2.remove semantics, see https://antoinemine.github.io/Apron/doc/api/ocaml/Dim.html