
Han Zhenhua
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Han Zhenhua-
Han Zhenhua created a post,
NonConvex is set to 2, but gurobi still cannot solve non-PSD quadratic constraints
AnsweredHi, I'm using Gurobi 9.1.1 with python. I have already set NonConvex to 2, but I still get an error due to non-PSD. Here are the code and log. Thanks. m = gp.Model()m.params.NonConvex = 2m.setPara...