Matthew Greenberg
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 2
Comments
Recent activity by Matthew Greenberg-
Makefile forensics revealed that I was missing "-lgurobi_c++ -lgurobi100" from the invocation of g++. I figured that with "-L/Library/gurobi1000/macos_universal2/lib" set, the compiler would just k...
-
Dear Jaromił, I tried what you suggest but I'm still getting the same error. Here is the output of make, which looks good (I think): build makeg++ -m64 -fPIC -O -I../../include -c ../cpp/Env.cppg++...