Purpose
Returns the minimum of one or more expressions.
Synopsis
a = xpress.min (t1, t2, ..., tn)
Argument
Further information
Using Python's operator min is only advisable when the argument is not an expression that depends on variables.
Related topics