Libabsolute.InstanceThis module defines the type of points (also called instances), i.e mappings from variables to rational coordinates.
type t = Q.t Tools.VarMap.tthe instance type
val of_list : (string * Mpqf.t) list -> tBuilds an instance from a list of bindings
Translation of an instance by a vector. translate i v builds the point corresponding the translation of i by v. Useful for gradient descent techniques
val to_apron_gen : t -> Apron.Generator1.tconversion to apron generator
val print : Stdlib.Format.formatter -> t -> unitprinter
val to_string : t -> stringConversion to a string