Giovanni del Vecchio
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Giovanni del Vecchio-
Giovanni del Vecchio commented,
Hi Maliheh, 1. Ok all clear now! 2. I am using 9.5.0 too and it actually yield only a syntax warning, not an error. Thank you very much once again! Bests, Giovanni
-
Giovanni del Vecchio commented,
Hi Maliheh, Thank you very much. It seems to work now. I have a couple of questions related to your answer still: 1. Doing model.addConstr(vars_norm[0] == gp.norm(diff, 1.0), name="norm_eq") or do...
-
Giovanni del Vecchio created a post,
TypeError: bad operand type for unary -: 'GenExprNorm'
OngoingHi, I am trying to code an objective function that is something like: x * S - k ||S - h||_1 And I tried by producing code part of which is reported below. diff = scr - hvars_norm = model.addMVar((1...