
Ahmed Azab
-
Gurobi Staff
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 20
Comments
Recent activity by Ahmed Azab-
Hi Xintong,Sorry, it has been a while. I will open a support ticket for you in our Help Center so that it will be easier to follow up on this. You will receive an email related to this shortly—plea...
-
Hi Xintong,I can reproduce this issue as well. Let us investigate this further and get back to you.Regards-Ahmed
-
Hi, Where does the variable x appear in your model? Please provide more details.Regards-Ahmed
-
That's correct if your WLS license type has enough sessions to use on multiple machines. Please refer to the Web License Manager webpage for more details. This article is also helpful for understa...
-
Hi Terence, If you remove the "params" from env=gp.Env(params=params), the code should still work—as long as the license file is correctly placed in the expected path. However, for WLS, you still h...
-
Hi Terence, Could you please share the link to the Gurobi Jupyter Notebook example you are trying to run? Are you trying to run it locally on your machine? Did you edit something in it? Regards,-Ahmed
-
Hi Terence, Please make sure that your gurobipy_pandas package is correctly installed. You can check this by running this command: !pip show gurobipy_pandas You should see something like the foll...
-
Hi,You can retrieve the quadratic constraints in the model by using the Model.getQConstrs() method. Best Regards,-Ahmed
-
Hi, The Model.getConstrByName method is designed to retrieve a linear constraint by its name. However, you can define your absolute constraint using the special method Model.addGenConstrAbs, and th...
-
Hi Marco, Please refer to this article explaining why you see a "User MIP start did not produce a new incumbent solution."Best Regards-Ahmed