Theresa Reinhardt

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

投稿

Theresa Reinhardtによる最近のアクティビティ 最近のアクティビティ 投票
  • Using ConcurrentMIP

    回答済み

    Hello. Since it took quite a long time to solve a model on a 4-core machine (one week), I also started it on a 24-core machine and set the ConcurrentMIP parameter to 4. Apart from the time advantag...

  • Submitting a Distributed MIP as a Batch Job

    回答済み

    Hi. Running distributed algorithms requires distributed workers and a manager. To setup the worker nodes you need to run "grb_rs --worker" on the worker nodes. If you are using an HPC cluster where...

  • Branch-and-Bound integer/float

    回答済み

    Hi. Gurobi is using the branch-and-bound/cut-method for optimization. According to literature the aim of this method is to find an optimal integer solution by going through the search tree. But the...

  • Using Windows/Linux

    進行中

    Hello. Gurobi needs about 5 hours to solve a MIP model on a 6-core-machine on Windows. On a cluster (6 cores, Linux) the same model takes about 33 hours until its done. Furthermore, an easier MIP-m...

  • Calculating on Multiple Cores

    進行中

    Hello everybody. I have got a MIP model that takes Gurobi 9 days to solve on 4 cores on a 24-core-machine it is still running after 10 days What is going wrong?