Kyoung Yoon Kim
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Kyoung Yoon Kimさんの最近のアクティビティ-
Kyoung Yoon Kimさんがコメントを作成しました:
Yes. I tried the line you provided and it works. It is when I provide certain names to the set, addVars() gives an error. For example, the below lines run okay. ------------- import gurobipy as g...
-
Kyoung Yoon Kimさんが投稿を作成しました:
Error from adding too many variables with addVars()
I'm trying to add a set of variables, 'x_jkjk' which has 7 indices. When I run the model, it gives me the below error message. ----------- Traceback (most recent call last):File "model.py", line 32...