[ library(range_eplex) | The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]

?Vars $:: ++Lo..Hi

Constrains list elements to lie between the given bounds.
Vars
Variable or number or a list of them
Lo..Hi
Lo, Hi are floats or integers

Description

Constrain a variable (or all variables in a list) to take only real values in a given range. The lib(eplex)-version of this constraint forwards the constraint to the lib(range)-version or the lib(ic) version, depending on which variant of eplex was loaded.

See Also

integers / 1, :: / 2, suspend : $:: / 2, range : $:: / 2, eplex : $:: / 2, ic : $:: / 2, library(ic_eplex), library(range_eplex)