-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add support for Gurobi 13.01 #5030
Copy link
Copy link
Closed
Labels
Milestone
Description
What version of OR-Tools and what language are you using?
Version: main/v9.6/v9.5 etc.
Language: Python
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
Gurobi
What operating system (Linux, Windows, ...) and version?
MacOS
What did you do?
from ortools.math_opt.python import mathopt, parameters
m = mathopt.Model()
mathopt.solve(m, solver_type=parameters.SolverType.GUROBI)What did you expect to see
I expect it to find: /Library/gurobi1301/macos_universal2/lib/libgurobi130.dylib but it is not in the list.
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
W0000 00:00:1770307539.067112 9067031 environment.cc:36] NOT_FOUND: Could not find the Gurobi shared library. Looked in: [/Library/gurobi1202/mac64/lib/libgurobi120.dylib', ....
What did you see instead?
Make sure you include information that can help us debug (full error message, model Proto).
Anything else we should know about your project / environment
Reactions are currently unavailable