NO FRAMES

IloIntersection

public IloNumToAnySetStepFunction IloIntersection(const IloNumToAnySetStepFunction f1, const IloNumToAnySetStepFunction f2)
Definition file: ilconcert/ilosetfunc.h
creates and returns a function equal to the intersection between the functions.

This operator creates and returns a function equal to the intersection between 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: IloNumToAnySetStepFunction.