Ivana Rajkovic
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 1
コメント
Ivana Rajkovicによる最近のアクティビティ-
Dear Maliheh, Your suggestion regarding the constraint with alfa did work, thank you very much. Best, Ivana
-
Dear Maliheh, I am afraid that does not help. I added m.addConstr( alfa>= -1000) after the already existing constraint that alfa is non-positive, but the same error happened. What I get when I prin...
-
Hi, Maliheh. Let me try to give you all the details. I will add the exact case when the error happened. First, the general thing that does work: n = 4m = Model() z = m.addMVar((n, n), name="z")x = ...