Linne Li
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Linne Liさんの最近のアクティビティ-
Linne Liさんがコメントを作成しました:
OK, I got it. The problem is my bound N, I got no assigned value because I have no feasible solution at all. Very negligent. Thanks for your time!
-
Linne Liさんがコメントを作成しました:
I upload some details. Actually, after optimization, the var in m.getVars() has no accessible X attribute. I tried several ways with different objective functions, but they weren't working at all. ...
-
Linne Liさんが投稿を作成しました:
How to obtain a feasible solution within constraints?
回答済みHere's my model, and the output x has no assigned value, how could I obtain a feasible solution? def Optimisation(distance, P, log_file=None): setParam("LogToConsole", 0) R = [i for i in ...