Matthew Greenberg
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 2
Posts
Recent activity by Matthew Greenberg-
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...
-
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...