msx5423
- 合計アクティビティ 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...