Amal Nammouchi
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Amal Nammouchi-
Understanding Gurobi Running time and why it is different than the log file time
AnsweredI 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...
-
retrieving Solution status in python
AnsweredHi, 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...
-
Understanding log warnings for MIP problem
AnsweredWhile 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...
-
How do I check Gurobi is using the right license
OngoingI 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 ...