@@ -64,24 +64,24 @@ elseif _is_patch(_GUROBI_VERSION, v"12.0")
64
64
else
65
65
error (
66
66
"""
67
- You have installed version $_GUROBI_VERSION of Gurobi, which is not
68
- supported by Gurobi.jl. We require Gurobi version 9.0 or 9.1 or 9.5
69
- or 10.0 or 11.0 or 12.0.
67
+ You have installed version $_GUROBI_VERSION of Gurobi, which is not
68
+ supported by Gurobi.jl. We require Gurobi version 9.0 or 9.1 or 9.5
69
+ or 10.0 or 11.0 or 12.0.
70
70
71
- After installing a supported version of Gurobi, run:
71
+ After installing a supported version of Gurobi, run:
72
72
73
- import Pkg
74
- Pkg.rm("Gurobi")
75
- Pkg.add("Gurobi")
73
+ import Pkg
74
+ Pkg.rm("Gurobi")
75
+ Pkg.add("Gurobi")
76
76
77
- Make sure you set the environment variable `GUROBI_HOME` following
78
- the instructions in the Gurobi.jl README, which is available at
79
- https://github.com/jump-dev/Gurobi.jl.
77
+ Make sure you set the environment variable `GUROBI_HOME` following
78
+ the instructions in the Gurobi.jl README, which is available at
79
+ https://github.com/jump-dev/Gurobi.jl.
80
80
81
- If you have a newer version of Gurobi installed, changes may need to be made
82
- to the Julia code. Please open an issue at
83
- https://github.com/jump-dev/Gurobi.jl.
84
- """ ,
81
+ If you have a newer version of Gurobi installed, changes may need to be made
82
+ to the Julia code. Please open an issue at
83
+ https://github.com/jump-dev/Gurobi.jl.
84
+ """ ,
85
85
)
86
86
end
87
87
0 commit comments