Mike Heinen

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

Posts

Recent activity by Mike Heinen Recent activity Votes
  • 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 ...

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