Anh Mai
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Anh Mai-
Anh Mai created a post,
Check existence of ILP solution
AnsweredLet's say I have an ILP. However, I just want to quickly check if the ILP is feasible i.e. there exists integral solution that satisfies the constraints without having to find the optimal solution....
-
Anh Mai commented,
Thank you! I didnt know that MIPGap would affect the solution and the execution time that much
-
Anh Mai created a post,
Why does Gurobi give suboptimal ILP solution in this case?
AnsweredPlease refer to the problem file "model.lp" https://drive.google.com/file/d/154mg0LwogfDw9K_dUcgVTx_r8TiZ1i2Z/view?usp=sharing Here is Gurobi's solution: import gurobipymodel = gurobipy.read("mode...