Yasaman Khodadadegan
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Yasaman Khodadadegan-
Thanks for your response! I tried the following, import gurobipy as gpmodel = gp.read("C\\gurobi810\\win64\\examples\\data\\afiro.mps") I get the following error, ------------------------------...
-
I can read the same file in Gurobi Interactive Shell and optimize it. I just don't know why I can't read it in VS code using python. thanks!