Julia Gurobi 11.0

Hi!
I want to know if Julia 1.9.2 supports Gurobi 11.0.

I used Gurobi 9.5.2. Now I have updated Gurobi to 11.0.

I wrote Pkg.add(“Gurobi”) in Julia, but it still uses Gurobi 9.5.2. What should I do?

Thanks a lot

1 Like

I want to know if Julia 1.9.2 supports Gurobi 11.0.

Yes

I wrote Pkg.add(“Gurobi”) in Julia, but it still uses Gurobi 9.5.2. What should I do?

Try Pkg.build("Gurobi"). You need to force Julia to recompile Gurobi.jl so it can find the new library.

1 Like

Thank you very much!

1 Like