Mike Heinen
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Posts
Recent activity by Mike Heinen-
What are common uses of GRBfixmodel()?
OpenThe description of GRBfixmodel() in the documentation here https://docs.gurobi.com/projects/optimizer/en/current/reference/c/solving.html#c.GRBfixmodel makes sense to me, but I was wondering what ...
-
GRBgeterrormsg() vs GRBgetmerrormsg()
OngoingWe have a fair number of places in code that look like the following int ret = GRBaddvar(model, numnz, vind, vval, obj, lb, ub, vtype, name);if (ret){ printf("GRBaddvar() failed. Failed to add Gu...