Yingkai Song
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by Yingkai Song-
Questions about Gurobipy Versioning and License Compatibility
AnsweredHi there,I’ve installed Gurobi on my computer using the official installer from the Gurobi website, and I’ve also installed gurobipy via Python. I have a few questions regarding versioning and lice...
-
Statistics for Gurobi's piecewise linear approximation
AnsweredDear Sir or Madam, I am using Gurobi's piecewise linear approximation for the so-called function constraints. I set the following parameters: model.Params.FuncNonlinear = 0 model.Params.FuncPiec...
-
Nonlinear global optimization in pyomo (calling gurobi)
AnsweredHi there, I am trying to solve a global optimization problem (with nonlinearities sin() and cos()) using Gurobi v11 in Pyomo. I have follows the v11 manual to create a factor representation for thi...
-
Will Gurobi solve general nonconvex models to global optimality in future?
AnsweredHi there, Not sure if this is the correct place to post this question. From my experience, Gurobi solves MIQCPs significantly faster than other general global optimization solvers. However, I am w...
-
Issue when getting dual optimal solution for an MIQCP model
AnsweredDear Sir or Madam, I am solving multi-time-period pooling problems (nonconvex MIQCP with binaries) using GUROBI. While GUROBI can quickly find a primal optimal solution within the predefined tolera...