Content-Length: 285518 | pFad | http://github.com/jump-dev/CPLEX.jl/commit/6ea06b980028ec7749e998c39c1b9e0b38e1fb0f
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae25b29 commit 6ea06b9Copy full SHA for 6ea06b9
Project.toml
@@ -1,7 +1,7 @@
1
name = "CPLEX"
2
uuid = "a076750e-1247-5638-91d2-ce28b192dca0"
3
repo = "https://github.com/jump-dev/CPLEX.jl"
4
-version = "0.9.4"
+version = "0.9.5"
5
6
[deps]
7
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
src/CPLEX.jl
@@ -35,7 +35,7 @@ if _CPLEX_VERSION == v"12.10.0"
35
elseif _CPLEX_VERSION == v"20.1.0"
36
include("gen2010/libcpx_common.jl")
37
include("gen2010/libcpx_api.jl")
38
-elseif _CPLEX_VERSION == v"22.1.0"
+elseif _CPLEX_VERSION in (v"22.1.0", v"22.1.1")
39
include("gen2210/ctypes.jl")
40
include("gen2210/libcpx_common.jl")
41
include("gen2210/libcpx_api.jl")
Fetched URL: http://github.com/jump-dev/CPLEX.jl/commit/6ea06b980028ec7749e998c39c1b9e0b38e1fb0f
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments