@@ -77,15 +77,15 @@ The typical paths where the dynamic library of optimizers are located are as fol
7777 - macOS(ARM)
7878 - macOS(Intel)
7979* - Gurobi
80- - ` C:\gurobi1101 \win64\bin `
81- - ` /opt/gurobi1100 /linux64/lib `
82- - ` /opt/gurobi1100 /macos_universal2/lib `
83- - ` /opt/gurobi1100 /macos_universal2/lib `
80+ - ` C:\gurobi1300 \win64\bin `
81+ - ` /opt/gurobi1300 /linux64/lib `
82+ - ` /opt/gurobi1300 /macos_universal2/lib `
83+ - ` /opt/gurobi1300 /macos_universal2/lib `
8484* - COPT
85- - ` C:\Program Files\copt71 \bin `
86- - ` /opt/copt72 /lib `
87- - ` /opt/copt72 /lib `
88- - ` /opt/copt72 /lib `
85+ - ` C:\Program Files\copt80 \bin `
86+ - ` /opt/copt80 /lib `
87+ - ` /opt/copt80 /lib `
88+ - ` /opt/copt80 /lib `
8989* - Mosek
9090 - ` C:\Program Files\Mosek\10.2\tools\platform\win64x86\bin `
9191 - ` /opt/mosek/10.2/tools/platform/linux64x86/bin `
@@ -101,16 +101,16 @@ The typical paths where the dynamic library of optimizers are located are as fol
101101
102102### Gurobi
103103
104- The currently supported version is ** 11.0.x ** and ** 12 .0.0** . Other versions may work but are not tested.
104+ The currently supported version is ** 13 .0.0** . Other versions may work but are not tested.
105105
106106For Gurobi, the automatic detection looks for the following things in order:
1071071 . The environment variable ` GUROBI_HOME ` set by the installer of Gurobi
1081082 . The installation of ` gurobipy `
109- 3 . ` gurobi110 .dll` /` libgurobi110 .so` /` libgurobi110 .dylib` in the system loadable path
109+ 3 . ` gurobi130 .dll` /` libgurobi130 .so` /` libgurobi130 .dylib` in the system loadable path
110110
111111### COPT
112112
113- The currently supported version is ** 7.2 .x** . Other versions may work but are not tested.
113+ The currently supported version is ** 8.0 .x** . Other versions may work but are not tested.
114114
115115For COPT, the automatic detection looks for the following things in order:
1161161 . The environment variable ` COPT_HOME ` set by the installer of COPT
@@ -127,7 +127,7 @@ For Mosek, the automatic detection looks for the following things in order:
127127
128128### HiGHS
129129
130- The currently supported version is ** 1.8 .x** . Other versions may work but are not tested.
130+ The currently supported version is ** 1.12 .x** . Other versions may work but are not tested.
131131
132132For HiGHS, the automatic detection looks for the following things in order:
1331331 . The environment variable ` HiGHS_HOME ` set by the user
0 commit comments