Yasaman Khodadadegan
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Yasaman Khodadadegan-
Error with reading lp/mps model in python
AnsweredHi, I have the following codes that do not work. I want to read a model file that is in .lp or .mps format. import gurobipy as gpmodel = read("C:\\gurobi810\\win64\\examples\\data\\afiro.mps") I ...