
Ahmed Azab
-
Gurobi Staff
- 合計アクティビティ 45
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 5
- サブスクリプション 20
アクティビティの概要
Ahmed Azabさんの最近のアクティビティ-
Ahmed Azabさんがコメントを作成しました:
Hi Xintong,I can reproduce this issue as well. Let us investigate this further and get back to you.Regards-Ahmed
-
Ahmed Azabさんがコメントを作成しました:
Hi, Where does the variable x appear in your model? Please provide more details.Regards-Ahmed
-
Ahmed Azabさんがコメントを作成しました:
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...
-
Ahmed Azabさんがコメントを作成しました:
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...
-
Ahmed Azabさんがコメントを作成しました:
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
-
Ahmed Azabさんがコメントを作成しました:
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...
-
Ahmed Azabさんがコメントを作成しました:
Hi,You can retrieve the quadratic constraints in the model by using the Model.getQConstrs() method. Best Regards,-Ahmed
-
Ahmed Azabさんがコメントを作成しました:
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...
-
Ahmed Azabさんがコメントを作成しました:
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
-
Ahmed Azabさんがコメントを作成しました:
Hi, Please try using the latest Gurobi version 11.0.3. Compared to the version you are using (9.1.2), there have been many more advanced features and more powerful techniques for QCP and MIQCP mode...