GobApron.Linexpr1val make : ?sparse:bool -> Apron.Environment.t -> tval minimize : t -> unitval print : Stdlib.Format.formatter -> t -> unitval set_list :
t ->
(Apron.Coeff.t * Apron.Var.t) list ->
Apron.Coeff.t option ->
unitval set_array :
t ->
(Apron.Coeff.t * Apron.Var.t) array ->
Apron.Coeff.t option ->
unitval iter : (Apron.Coeff.t -> Apron.Var.t -> unit) -> t -> unitval get_cst : t -> Apron.Coeff.tval set_cst : t -> Apron.Coeff.t -> unitval get_coeff : t -> Apron.Var.t -> Apron.Coeff.tval set_coeff : t -> Apron.Var.t -> Apron.Coeff.t -> unitval extend_environment_with : t -> Apron.Environment.t -> unitval is_integer : t -> boolval is_real : t -> boolval get_linexpr0 : t -> Apron.Linexpr0.tval get_env : t -> Apron.Environment.t