Overview | Group | Tree | Graph | Index | Concepts |
This operator creates and returns a function equal to the maximal value
of the functions f1
and f2
. That is, for all
points x
in the definition interval, the resulting function is
equal to the max(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 greatest value.