Overview | Group | Tree | Graph | Index | Concepts |
This operator creates and returns a function equal the sum of the
functions f1
and f2
. 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
.
This overloaded C++ operator returns an expression equal to the sum of its arguments. Its arguments may be numeric values, numeric variables, or other expressions.