Overview | Group | Tree | Graph | Index | Concepts |
These functions create a composite
IloEvaluator<IloObject>
instance.
These evaluators return the greatest value of the float values returned
by the two evaluators given as argument, or the least value between
the float value and the evaluator given as argument.
For more information, see Selectors.
These functions compare their arguments and return the greatest value.
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
.