Amal Nammouchi
- 合計アクティビティ 14
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
Amal Nammouchiさんの最近のアクティビティ-
Amal Nammouchiさんがコメントを作成しました:
I see, that\s correct, I am using the library RSOME to construct my model and then solve it using Gurobi. However, shouldn't\t Gurobi solving time and the log file be similar ?
-
Amal Nammouchiさんが投稿を作成しました:
Understanding Gurobi Running time and why it is different than the log file time
回答済みI am currently solving a robust optimisation problem using Gurobi. I need to get the computational time, but I am confused regarding this feature. 1) I get 20.9394s TIME output from Gurobi (see Run...
-
Amal Nammouchiさんがコメントを作成しました:
Please note that I am using the API gurobipy.
-
Amal Nammouchiさんが投稿を作成しました:
retrieving Solution status in python
回答済みHi, I am solving multiple models in a loop, and sometimes some of them might not have a feasible solution and python yields the error: RuntimeError: The model is unsolved or no solution is obt...
-
Amal Nammouchiさんがコメントを作成しました:
Hi, I am wondering about the equivalent to this in python API Amal
-
Amal Nammouchiさんがコメントを作成しました:
Thank you Dan for your answer. I am looking into the different explanation and suggestions you provided. Another question that is bugging me is that in my case the objective range is equal to 1. D...
-
Amal Nammouchiさんがコメントを作成しました:
Hi Dan, thank you for your answer. what does it mean if the model is achieving an optimal objective value even though those warnings exist? that's what I find it difficult to understand. Also, I tr...
-
Amal Nammouchiさんが投稿を作成しました:
Understanding log warnings for MIP problem
回答済みWhile trying to solve an MIP model, I tried to look into the log file. I read the documentation https://www.gurobi.com/documentation/9.1/refman/mip_logging.html for the log file but I still don't u...
-
Amal Nammouchiさんがコメントを作成しました:
Hi, I used that article indeed to solve the problem when I first faced it and was able to request and create WSL license and use it successfully. However now all of the sudden my program started u...
-
Amal Nammouchiさんが投稿を作成しました:
How do I check Gurobi is using the right license
回答済みI recently got a full academic license due to large model size, I set Gurobi and the license and started using it (I am using Jupiter notebook and linux based kernel of the university server) so I ...