Yifei Sun
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 3
投稿
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. ...
-
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...