Darragh Ferguson

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

アクティビティの概要

Darragh Fergusonさんの最近のアクティビティ
  • Darragh Fergusonさんがコメントを作成しました:

    I now realise that when we set these variable values and call optimize again, the hints are being considered and the solver starts from the last objective value anyway. So can we do something along...

  • Darragh Fergusonさんが投稿を作成しました:

    Re-optimization

    回答済み

    I am solving a MILP in python by first initialising my model, then I allow the solver to run for 15s, once the time limit is reached I take the binary variable x: x = m.addVars(arcs, vehicles, vtyp...