Kirk Pinneo

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

アクティビティの概要

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

    Best way to extend the timelimit

    回答済み

    If I set a 10 minute timelimit and an optimal solution is found in the callback, what is the best way to extend the timelimit back to the original 10 minutes.  1. Is there a way in the callback 2. ...

  • Kirk Pinneoさんが投稿を作成しました:

    Setting params in the Callback

    回答済み

    Up until version 9.0, I was able to set params in the callback. model.set(GRB.DoubleParam.Cutoff, value) I am no longer able to do this?