Gurobi not working in v9.15 #5026
Unanswered
quentinplsrd
asked this question in
Build and configuration issues
Replies: 2 comments 2 replies
-
|
I can confirm that the most recent combination of ortools and gurobi that works is ortools 9.14.6206 with gurobi 12.0.3 ortools 9.15.6206 does not seem to work with gurobi 13.0.1, 13.0.0, or 12.0.3, even when I specify the correct path for os.environ["GUROBI_HOME"] |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
If your code is not too big, can you try with ortools.linear_solver.python.model_builder ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the Gurobi 13 license, and it works fine in my python when I use it with gurobipy
But there is an issue when I try to solve a problem with mathopt and the gurobi solver.
Here is my environment, built with uv
And here is my python code
And the output:
Any idea what the issue is?
Beta Was this translation helpful? Give feedback.
All reactions