NO FRAMES

IloMonotonicDecreasingNumExpr

public IloNumExprArg IloMonotonicDecreasingNumExpr(IloNumExprArg node, IloNumFunction f, IloNumFunction invf)
Definition file: ilconcert/iloexpression.h

This function creates a new constrained expression equal to f(x). The arguments f and invf must be pointers to functions of type IloNumFunction. Those two functions must be inverses of one another, that is,

invf(f(x)) == x and f(invf(x)) == x for all x.

Those two functions must also be monotonically decreasing.

IloMonotonicDecreasingNumExpr does not verify whether f and invf are inverses of one another. It does not verify whether they are monotonically decreasing either.

The effects of this function are reversible.