Greg Glockner
unread,Oct 3, 2013, 7:00:58 PM10/3/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gur...@googlegroups.com
Here are updated instructions for the Xcode 5 IDE:
1. Create a new project, selecting OS X > Application > Command Line Tool
2. Set the Type to C or C++, depending on the project
3. Add the file lib/libgurobi56.so; for a C++ program, also add the filelib/libgurobi_c++.a
4. In the project Build Settings:
a. Add the Gurobi include subdirectory to the Header Search Paths
b. For a C++ project, set Apple LLVM 5.0 - Language - C++ > C++ Standard Library to libstdc++
Adjust the name in step 3 depending on the Gurobi version.