Yifei Sun
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 3
アクティビティの概要
Yifei Sunさんの最近のアクティビティ-
Yifei Sunさんがコメントを作成しました:
Hi Jaromil, Thanks for your quick answer. This is very helpful! I also wonder how Gurobi calculates the provable upper bound (not the feasible solution) for the non-linear maximization problem. T...
-
Yifei Sunさんが投稿を作成しました:
How was upper bound generated for non-linear, non-convex maximization optimization model?
回答済みI am currently running a maximization optimization model which is non-linear and non-convex. It has bilinear constraints and exponential constraints. I wonder how Gurobi generates the upper bound. ...
-
Yifei Sunさんが投稿を作成しました:
How to add more constraints after loading the model from a ".mps" file
回答済みAfter loading a Gurobi model from file (e.g. m = gp.read('my_model.mps')), I am unable to add more constraint to this model. It returns an error saying the variables are not defined. Is it possible...