Lennart Lahrs
-
Gurobi Staff
- 合計アクティビティ 101
- 前回のアクティビティ
- メンバー登録日
- フォロー 1ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 73
コメント
Lennart Lahrsによる最近のアクティビティ-
Hi Joyjit, You were missing a for-loop in one of your constraint formulations, which caused unintended behavior. Please find the updated constraint formulation below. I highly recommend using gp.qu...
-
Hi Fatih,Although Gurobi does not directly support constraints containing more general multilinear terms, they can be modeled using a series of bilinear constraints. In your case, you must extend y...
-
Hi Mayukh,Can you please provide a complete piece of code to reproduce your error? We have a tutorial on preparing a minimal reproducible example for cases like these.Best regards,Lennart
-
Hi Joyjit,Based on your description I would expect the primary objective to only contain \(\texttt{z_upbound}\), without the sum of all entries of \(\texttt{t_expupdated}\).Otherwise, I am not able...
-
Hi Hancheng, The Gurobi API is intentionally designed to be used from a single thread per environment. That is by design to make model construction and data access as fast as possible without stori...
-
正式なコメント As of 2023, this article might be more relevant during your license request in portal.gurobi.com.Best,Lennart