ABS


Purpose
Absolute value
Synopsis
ABS(value)
Argument
value 
One of the following: a constant; a variable; a formula evaluating to a single value; or an XV with only one item
Example
Given the following matrix items:
Column: A
Column: B
XV    : XVA: A
XV    : XVB: = = = B ^ 2
then the following are all valid uses of the function:
ABS(99)
ABS(A)
ABS(B^2)
ABS(SQRT(A))
ABS(XVA)
ABS(XVB)
Further information
ABS is not always differentiable and so alternative modeling approaches should be used where possible.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.