Jirawat Anunrojwong
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Jirawat Anunrojwong-
Cannot access MIPGap attribute
AnsweredI use Python 3.7.9 and Gurobi 9.1.0. When I create a model object `prob` and solve it, I cannot access the MIPGap attribute. This is a minimal reproducible example. import gurobipy as gpfrom gurob...