Lennart Lahrs
-
Gurobi Staff
- Total activity 105
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 2
- Subscriptions 73
Comments
Recent activity by 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...
-
Official comment As of 2023, this article might be more relevant during your license request in portal.gurobi.com.Best,Lennart