Skip to content

Commit

Permalink
allow to use latest version of Gurobi, version 11
Browse files Browse the repository at this point in the history
  • Loading branch information
hlefebvr committed Dec 14, 2023
1 parent 90d1fdd commit 84691b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindGUROBI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ find_path(

find_library(
GUROBI_LIBRARY
NAMES gurobi gurobi81 gurobi90 gurobi95 gurobi1000 gurobi100
NAMES gurobi gurobi81 gurobi90 gurobi95 gurobi1000 gurobi100 gurobi110
HINTS ${GUROBI_DIR} $ENV{GUROBI_HOME}
PATH_SUFFIXES lib)

Expand Down

0 comments on commit 84691b6

Please sign in to comment.