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

minlist(+Vars, ?Min)

Constrains Min to be the smallest element in Vars.
Vars
List of variables or numbers (NOT arbitrary expressions)
Min
Minimum element of Vars

Description

This predicate is obsolete. Use min/2 instead.

See Also

min / 2, max / 2