Problem about solution of Gurobi in Julia in JUMP

​Hi guys!
I use Gurobi in Julia in JUMP. The model has linear constraints and second-order cone constraints. However, the “termination_status” is:locally_solved, sometimes is numerous error. Why and how to solve this problem?
Thanks very much!

Gurobi performs relatively inadequate on quadratic models, even if they are convex. If your problem is large scale, a more reliable way out is building an MILP model instead.

Is there any source for this generic statement?

Hi @Z_M,

This generally means that your problem has numerical issues which makes it difficult to solve. Can you share a reproducible example, or a log of the solve?

Gurobi performs relatively inadequate on quadratic models

I don’t agree with this statement, but this thread is not an appropriate place to discuss in further detail. Let’s keep to the original question.

1 Like