Overview | Group | Tree | Graph | Index | Concepts |
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 IloSolver
(documented in the ILOG Solver Reference Manual) as an instance of
IlcAbs
.