Initializing help system before first use

xpress.min

xpress.min


Purpose

Returns the minimum of one or more expressions.


Synopsis
a = xpress.min(t1, t2, ..., tn)
Argument
t1, t2... 
Arguments.
Further information

Using Python's operator min is only advisable when the argument is not an expression that depends on variables.


Related topics