Mike Heinen

First Comment
Gurobi-versary
First Question
  • Total activity 7
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 2

Activity overview

Latest activity by Mike Heinen
  • Mike Heinen commented,

    As a followup on https://support.gurobi.com/hc/en-us/articles/360034305272-How-do-I-retrieve-the-dual-Pi-values-for-a-MIP-problem, is it required to call GRBOptimize() on the fixed model before cal...

  • Mike Heinen created a post,

    What are common uses of GRBfixmodel()?

    Open

    The 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 ...

  • Mike Heinen commented,

    No reason other than making the code a little cleaner on our end.

  • Mike Heinen created a post,

    GRBgeterrormsg() vs GRBgetmerrormsg()

    Ongoing

    We 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...