@@ -346,7 +346,7 @@ void LoadGurobiFunctions(DynamicLibrary* gurobi_dynamic_library) {
346
346
std::vector<std::string> GurobiDynamicLibraryPotentialPaths () {
347
347
std::vector<std::string> potential_paths;
348
348
const std::vector<std::string> kGurobiVersions = {
349
- " 1102" , " 1101" , " 1100" , " 1003" , " 1002" , " 1001" , " 1000" , " 952" , " 951" ,
349
+ " 1103 " , " 1102" , " 1101" , " 1100" , " 1003" , " 1002" , " 1001" , " 1000" , " 952" , " 951" ,
350
350
" 950" , " 911" , " 910" , " 903" , " 902" , " 811" , " 801" , " 752" };
351
351
potential_paths.reserve (kGurobiVersions .size () * 3 );
352
352
@@ -406,7 +406,7 @@ std::vector<std::string> GurobiDynamicLibraryPotentialPaths() {
406
406
407
407
#if defined(__GNUC__) // path in linux64 gurobi/optimizer docker image.
408
408
for (const std::string& version :
409
- {" 11.0.2" , " 11.0.1" , " 11.0.0" , " 10.0.3" , " 10.0.2" , " 10.0.1" , " 10.0.0" ,
409
+ {" 11.0.3 " , " 11.0. 2" , " 11.0.1" , " 11.0.0" , " 10.0.3" , " 10.0.2" , " 10.0.1" , " 10.0.0" ,
410
410
" 9.5.2" , " 9.5.1" , " 9.5.0" }) {
411
411
potential_paths.push_back (
412
412
absl::StrCat (" /opt/gurobi/linux64/lib/libgurobi.so." , version));
0 commit comments