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
-
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
Please sign in to leave a comment.
Comments
1 comment