Yifei Sun
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
Posts
Recent activity by Yifei Sun-
How was upper bound generated for non-linear, non-convex maximization optimization model?
AnsweredI 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
AnsweredAfter 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...