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.
These functions create a composite
IloEvaluator<IloObject>
instance.
These evaluators return the least 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.