| Overview | Group | Tree | Graph | Index | Concepts |
This operator creates and returns a function equal to the minimal value
of the functions f1 and f2. That is, for all
points x in the definition interval, the resulting function is
equal to the min(f1(x), f2(x)). The argument functions
f1 and f2 must be defined on the same interval.
The resulting function is defined on the same interval as the arguments. See
also: IloNumToNumStepFunction.
These functions compare their arguments and return the least value. When its argument is an array, the function compares the elements of that array and returns the least value.