Daniel Palmarin

  • Gurobi-versary
  • First Question
  • First Comment
  • 合計アクティビティ 9
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 2
  • サブスクリプション 3

アクティビティの概要

Daniel Palmarinさんの最近のアクティビティ
  • Daniel Palmarinさんが投稿を作成しました:

    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さんがコメントを作成しました:

    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さんが投稿を作成しました:

    Termination Criteria when Incumbent and MIPGap are both " - "

    回答済み

    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さんが投稿を作成しました:

    Organizing model.printAttr('x') output.

    回答済み

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