abs() is funky #986
-
Sometimes, using abs() or norm(., 1) causes infeasibility, e.g.:
However, doing it manually works fine:
I think it happened both with gurobi for MILP and mosek for SOCP. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
You would have to supply an example, as that is definitely not expected behavior and I've never seen such an issue before (norm(.,1) derives exactly the model you show) btw using 'full' when defining a vector is redundant |
Beta Was this translation helpful? Give feedback.
-
An advice for future reference: https://support.gurobi.com/hc/en-us/community/posts/4407464930321-pre-solve-is-buggy |
Beta Was this translation helpful? Give feedback.
You would have to supply an example, as that is definitely not expected behavior and I've never seen such an issue before (norm(.,1) derives exactly the model you show)
btw using 'full' when defining a vector is redundant