Module type ApronDomain.AOps

include AOpsExtra
type t
val copy : t -> t
val vars : t -> GobApron.Var.t list
type marshal
val unmarshal : marshal -> t
val marshal : t -> marshal
val mem_var : t -> GobApron.Var.t -> bool
val assign_var_parallel' : t -> GobApron.Var.t list -> GobApron.Var.t list -> t
val meet_tcons : Queries.ask -> t -> GobApron.Tcons1.t -> GoblintCil.exp -> t
val to_lincons_array : t -> GobApron.Lincons1.earray
val of_lincons_array : GobApron.Lincons1.earray -> t
val cil_exp_of_lincons1 : GobApron.Lincons1.t -> GoblintCil.exp option
val invariant : t -> GobApron.Lincons1.t list
include AOpsImperative with type t := t
val add_vars_with : t -> GobApron.Var.t list -> unit
val remove_vars_with : t -> GobApron.Var.t list -> unit
val remove_filter_with : t -> (GobApron.Var.t -> bool) -> unit
val keep_vars_with : t -> GobApron.Var.t list -> unit
val keep_filter_with : t -> (GobApron.Var.t -> bool) -> unit
val forget_vars_with : t -> GobApron.Var.t list -> unit
val assign_exp_with : Queries.ask -> t -> GobApron.Var.t -> GoblintCil.exp -> bool Stdlib.Lazy.t -> unit
val assign_exp_parallel_with : Queries.ask -> t -> (GobApron.Var.t * GoblintCil.exp) list -> bool -> unit
val assign_var_with : t -> GobApron.Var.t -> GobApron.Var.t -> unit
val assign_var_parallel_with : t -> (GobApron.Var.t * GobApron.Var.t) list -> unit
val substitute_exp_with : Queries.ask -> t -> GobApron.Var.t -> GoblintCil.exp -> bool Stdlib.Lazy.t -> unit
val substitute_exp_parallel_with : Queries.ask -> t -> (GobApron.Var.t * GoblintCil.exp) list -> bool Stdlib.Lazy.t -> unit
val substitute_var_with : t -> GobApron.Var.t -> GobApron.Var.t -> unit
include AOpsPure with type t := t
val add_vars : t -> GobApron.Var.t list -> t
val remove_vars : t -> GobApron.Var.t list -> t
val remove_filter : t -> (GobApron.Var.t -> bool) -> t
val keep_vars : t -> GobApron.Var.t list -> t
val keep_filter : t -> (GobApron.Var.t -> bool) -> t
val forget_vars : t -> GobApron.Var.t list -> t
val assign_exp : Queries.ask -> t -> GobApron.Var.t -> GoblintCil.exp -> bool Stdlib.Lazy.t -> t
val assign_var : t -> GobApron.Var.t -> GobApron.Var.t -> t
val substitute_exp : Queries.ask -> t -> GobApron.Var.t -> GoblintCil.exp -> bool Stdlib.Lazy.t -> t