Hi all,
What are the settings to be done for working on a C project with gurobi (with MinGW)?
I couldn't find a guide besides setting a .jar file for a java project in eclipse, which I assume is irrelevant.
What I've set so far is:
- Added 'gurobi_c.h' file from the include path using C:\gurobi702\win64\include
- Added 'gurobi70' from the library path (using C:\gurobi702\win64\lib)
Still not working unfortunately. It recognizes the gurobi_c.h file but it says that symbols such as 'GRB_BINARY' could not be resolved.
Any help?
Dan