
get_integer_bounds(?Var, -Lo, -Hi)

   Retrieve the current bounds of Var.

Arguments
   Var                 A (domain) variable or an integer (array notation recognised)
   Lo                  Lower bound
   Hi                  Upper bound

Type
   library(gfd)

Description

   This is provided for compatibility with IC, and is an alias for 
   get_bounds/3.


Modes and Determinism
   get_integer_bounds(?, -, -) is det

See Also
   get_bounds / 3, get_finite_integer_bounds / 3
