NO FRAMES

IloAbs

public IloNumExprArg IloAbs(const IloNumExprArg arg)
public IloNum IloAbs(IloNum val)
public IloNum IloPower(IloNum val1, IloNum val2)
public IloIntExprArg IloAbs(const IloIntExprArg arg)
Definition file: ilconcert/iloexpression.h
IloAbs returns the absolute value of its argument.

Concert Technology offers predefined functions that return an expression from an algebraic function on expressions. These predefined functions also return a numeric value from an algebraic function on numeric values as well.

IloAbs returns the absolute value of its argument.

What Is Extracted

IloAbs is extracted by an instance of IloCplex and linearized automatically.

IloAbs is extracted by an instance of IloCP or IloSolver as an instance of IlcAbs.