[ library(gfd) | Reference Manual | Alphabetic Index ]
get_min(?Var, -Lo)
Retrieve the current lower bound of Var.
- Var
- A (domain) variable or an integer
- Lo
- Lower bound
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
See Also
get_bounds / 3, get_integer_bounds / 3, get_finite_integer_bounds / 3