Gurobi v10 and Julia

You need to update to v0.11.4 of Gurobi.jl: Release v0.11.4 · jump-dev/Gurobi.jl · GitHub

Check which version you have with using Pkg; Pkg.status("Gurobi")

You can force the version to install with using Pkg; pkg"add Gurobi@0.11.4"

1 Like