| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
This function returns the maximum of its argument or arguments.
When its argument is an array of constrained expressions, it creates a new constrained expression equal to the maximum of the elements in that array.
When its arguments include at least one constrained expression, it creates a new constrained expression equal to the maximum of the 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, IlcMin