Skip to content

Commit

Permalink
Merge branch 'master' into v12-nonlinear
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 29, 2024
2 parents 48d518c + d7f1459 commit 8444544
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ ignore:
- 'src/gen95'
- 'src/gen100'
- 'src/gen110'
- 'src/gen120'
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 8444544

Please sign in to comment.