msx5423

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

投稿

msx5423による最近のアクティビティ 最近のアクティビティ 投票
  • Transient errors in compute server jobs

    回答済み

    We are using Gurobi Compute Server with cluster manager, and the client is a python application.  Every now and then, some jobs randomly fail with one of the below two errors: 1. ERROR_CSWORKER = 1...

  • How to interpret IntFeasTol ?

    進行中

    We are solving a model with the following settings  OptimalityTol = 1e-06, default FeasibilityTol = 1e-05 IntFeasTol = 1e-06 The model is solved but there is a warning about max integrality violati...

  • Runtime in a callback ?

    回答済み

    Is it possible to call/access the Runtime object during a solve in a callback ?  https://www.gurobi.com/documentation/9.5/refman/runtime.html

  • When are MIP callbacks executed ?

    回答済み

    Three questions regarding callbacks -1. When do MIP callbacks with ``where = 3`` first executed ? The documentation says "in MIP" but what does that mean exactly, as there are different phases in a...

  • How does Gurobi Compute Server allocate memory to different jobs ?

    回答済み

    One can configure the max number of concurrent jobs using JobLimit and the number of threads allowed for each job is controlled by the Threads parameter.  Does GCS also control the memory allocated...