Libabsolute.DomThis module defines the different kinds of definition domains of variables
val of_ints : int -> int -> tval of_floats : float -> float -> tval top : t]-oo;+oo[
val is_bounded : t -> boolGiven a variable name v and a domain d, builds the weakest constraint that v should respect to be in d.
val to_constraint : string -> t -> Constraint.tGiven a variable name v and a domain d, builds the weakest constraint that v should respect to be in d.
val print : Stdlib.Format.formatter -> t -> unitprinter
val to_string : t -> stringConversion to a string