File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const _CPX_VERS = [ # From oldest to most recent.
15
15
" 201" , " 2010" , " 20100" ,
16
16
" 221" , " 2210" , " 22100" ,
17
17
" 2211" , " 22110" ,
18
+ " 2212" , " 22120" ,
18
19
]
19
20
const _BASE_ENV = " CPLEX_STUDIO_BINARIES"
20
21
@@ -47,7 +48,7 @@ function get_error_message_if_not_found()
47
48
48
49
* 12.10
49
50
* 20.1
50
- * 22.1 22.1.1
51
+ * 22.1 22.1.1 22.1.2
51
52
52
53
You must download and install one of these versions separately.
53
54
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ if _CPLEX_VERSION == v"12.10.0"
35
35
elseif _CPLEX_VERSION == v " 20.1.0"
36
36
include (" gen2010/libcpx_common.jl" )
37
37
include (" gen2010/libcpx_api.jl" )
38
- elseif _CPLEX_VERSION in (v " 22.1.0" , v " 22.1.1" )
38
+ elseif _CPLEX_VERSION in (v " 22.1.0" , v " 22.1.1" , v " 22.1.2 " )
39
39
include (" gen2210/ctypes.jl" )
40
40
include (" gen2210/libcpx_common.jl" )
41
41
include (" gen2210/libcpx_api.jl" )
You can’t perform that action at this time.
0 commit comments