Hi all, is there a way to use absolute value e.g. abs(x) with JuMP/Gurobi?
It seems like Gurobi supports it (see: https://www.gurobi.com/documentation/9.1/refman/py_abs_.html), but abs(x) is linked with a NLconstraint which is not compatible with Gurobi Solver.
Is there a way to bypass it? Any comments would be appreciated. Thanks!