Yifei Sun
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
Activity overview
Latest activity by Yifei Sun-
Yifei Sun commented,
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 created a post,
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. ...
-
Yifei Sun created a post,
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...