Giovanni del Vecchio
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Giovanni del Vecchioさんの最近のアクティビティ-
Giovanni del Vecchioさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
TypeError: bad operand type for unary -: 'GenExprNorm'
進行中Hi, 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...