Daniel Palmarin

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

Activity overview

Latest activity by Daniel Palmarin
  • Daniel Palmarin created a post,

    Display LP filename instead of "Model fingerprint".

    I just upgraded to Gurobi 9.0.0 from 8.1.1. In Gurobi 8.1.1, my gurobi.log dispalyed something like:   Gurobi 8.1.1 (win64, Python) logging started 11/09/19 16:05:03 Academic license - for non-comm...

  • Daniel Palmarin commented,

    Hi Silke, Thanks for the response. So is the only way to speed this computation up by setting a max node limit or a max time limit (or both)? Based on your experience, would you have a suggested ma...

  • Daniel Palmarin created a post,

    Termination Criteria when Incumbent and MIPGap are both " - "

    Answered

    I've read that Gurobi terminates when MIPGap is less than 0.01%. What if MIPGap is "-"? I'm trying to speed up this optimization (see Gurobi log below - sorry for the length of it). I'd prefer not ...

  • Daniel Palmarin created a post,

    Organizing model.printAttr('x') output.

    Answered

    I'm reading in a model and I wish to see the non-zero solutions with: model.printAttr('x') This gives me the code below, which is great, but for models with many more solutions, I'd like it to be m...