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

Posts

Recent activity by Daniel Palmarin Recent activity Votes
  • 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...

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

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