Skip to content

Commit 5cea1b2

Browse files
committed
Specify supported versions of optimizers
1 parent 9fb3c88 commit 5cea1b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ 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**. Other versions may work but are not tested.
104+
The currently supported version is **11.0.x** and **12.0.0**. Other versions may work but are not tested.
105105

106106
For Gurobi, the automatic detection looks for the following things in order:
107107
1. The environment variable `GUROBI_HOME` set by the installer of Gurobi
@@ -110,7 +110,7 @@ For Gurobi, the automatic detection looks for the following things in order:
110110

111111
### COPT
112112

113-
The currently supported version is **7.2.x** and newer. Other versions may work but are not tested.
113+
The currently supported version is **7.2.x**. Other versions may work but are not tested.
114114

115115
For COPT, the automatic detection looks for the following things in order:
116116
1. The environment variable `COPT_HOME` set by the installer of COPT

0 commit comments

Comments
 (0)