Ortools - Installation of Java using Gurobi
AnsweredHi All,
I am using Mac OS- Sierra Version 10.12.6 . I am trying to install OR-tools for Java. I did try to install using source but it is giving error -
./ortools/linear_solver/gurobi_interface.cc:34:10: fatal error: 'gurobi_c.h' file not found
where Gurobi is used as third party.
I do have Gurobi installed.
0
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi Avinash,
First disclaimer, I have never installed OR tools.... but I am guessing that you need to set-up the include path for gurobi for OR tools, and that one is missing. I would do `locate gurobi_c.h` and either reconfigure or-tools to use that include path for gurobi, or manually changing the makefile to include it
Daniel
0
Post is closed for comments.
Comments
2 comments