
get_min(?Var, -Lo)

   Retrieve the current lower bound of Var.

Arguments
   Var                 A (domain) variable or an integer
   Lo                  Lower bound

Type
   library(gfd)

Description

   Primitive for retrieving the lower bound of Var.  Lo returns the minimum
   of the variable's interval. If Var has not been declared before, it
   will be turned into a domain variable with default interval.


Modes and Determinism
   get_min(?, -) is det

See Also
   get_bounds / 3, get_integer_bounds / 3, get_finite_integer_bounds / 3
