GobApron.Linexpr0val make : int option -> tval of_list :
int option ->
(Apron.Coeff.t * Apron.Dim.t) list ->
Apron.Coeff.t option ->
tval of_array :
int option ->
(Apron.Coeff.t * Apron.Dim.t) array ->
Apron.Coeff.t option ->
tval minimize : t -> unitval hash : t -> intval get_size : t -> intval get_cst : t -> Apron.Coeff.tval get_coeff : t -> int -> Apron.Coeff.tval set_list :
t ->
(Apron.Coeff.t * Apron.Dim.t) list ->
Apron.Coeff.t option ->
unitval set_array :
t ->
(Apron.Coeff.t * Apron.Dim.t) array ->
Apron.Coeff.t option ->
unitval set_cst : t -> Apron.Coeff.t -> unitval set_coeff : t -> int -> Apron.Coeff.t -> unitval iter : (Apron.Coeff.t -> Apron.Dim.t -> unit) -> t -> unitval print : (Apron.Dim.t -> string) -> Stdlib.Format.formatter -> t -> unit