Matthew Greenberg
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 2
Activity overview
Latest activity by Matthew Greenberg-
Matthew Greenberg commented,
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...
-
Matthew Greenberg commented,
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++...
-
Matthew Greenberg created a post,
Error (undefined symbols) compiling example mip_1.cpp from the command line
Answered(Basic question, and variants of it have been asked before, but I still can't get it working.) I'm trying to compile the example program from the command line, running: g++ -I/Library/gurobi1000/ma...
-
Matthew Greenberg created a post,
How do I set the initial value of an MVar?
AnsweredIf I'm reading the docs correctly, MVars don't have a Start attribute. Is there an ergonomic way to set their initial values? Do I have to loop over the constituent Vars? Working with the Python ve...