Skip to content

Commit

Permalink
Update Gurobi.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 29, 2024
1 parent 5603657 commit 9cefa58
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/Gurobi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,24 @@ elseif _is_patch(_GUROBI_VERSION, v"12.0")
else
error(
"""
You have installed version $_GUROBI_VERSION of Gurobi, which is not
supported by Gurobi.jl. We require Gurobi version 9.0 or 9.1 or 9.5
or 10.0 or 11.0 or 12.0.
You have installed version $_GUROBI_VERSION of Gurobi, which is not
supported by Gurobi.jl. We require Gurobi version 9.0 or 9.1 or 9.5
or 10.0 or 11.0 or 12.0.
After installing a supported version of Gurobi, run:
After installing a supported version of Gurobi, run:
import Pkg
Pkg.rm("Gurobi")
Pkg.add("Gurobi")
import Pkg
Pkg.rm("Gurobi")
Pkg.add("Gurobi")
Make sure you set the environment variable `GUROBI_HOME` following
the instructions in the Gurobi.jl README, which is available at
https://github.com/jump-dev/Gurobi.jl.
Make sure you set the environment variable `GUROBI_HOME` following
the instructions in the Gurobi.jl README, which is available at
https://github.com/jump-dev/Gurobi.jl.
If you have a newer version of Gurobi installed, changes may need to be made
to the Julia code. Please open an issue at
https://github.com/jump-dev/Gurobi.jl.
""",
If you have a newer version of Gurobi installed, changes may need to be made
to the Julia code. Please open an issue at
https://github.com/jump-dev/Gurobi.jl.
""",
)
end

Expand Down

0 comments on commit 9cefa58

Please sign in to comment.