Xiaona Liu
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
コメント
Xiaona Liuによる最近のアクティビティ-
Hi, Jaromił, Thank you very much for your answer, which is helpful to me. I think I should change the unbounded status of the model.
-
Hi, Jaromił The model is unbounded, can the attribute 'x' be used in the first part of the code above? Isn't the attribute 'x' only available in the optimal status?
-
Thank you very much for your answer. When I run this part of the code, I can get the value of the variable, like mentioned above print("Obj:", m1.objVal)for w in m1.getVars(): print(f"{w.varName...