| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
This function returns the minimum of its argument or arguments.
When its argument is an array of constrained expressions, this function creates a new constrained expression equal to the minimum of its argument.
When at least one of its arguments is a constrained expression, this function creates a new constrained expression equal to the minimum of its arguments.
When both its arguments are numeric (that is, values of type IloInt
or IloNum), it simply creates and returns a value of that type.
See Also:
IlcFloatExp, IlcFloatVarArray, IlcIntExp, IlcIntVarArray, IlcMax