Shashank Vats
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Shashank Vats-
Combining two gurobi models into a new one
AnsweredHi, I am trying to combine two models objects into a new one so as to get all the variables and constraints of those models model_final = model_1 + model_2 Is there any way to achieve this?
-
Getting a Warning when trying to solve using GUROBI in pulp
Awaiting user inputHi, I'm getting the following warning when I try to solve using Gurobi in pulp: warnings.warn('GUROBI_CMD does provide good solution status of non optimal solutions') I checked for the solution s...
-
Output using Indicator Constraint is different from the one created without using Indicator Constraint
Awaiting user inputHi, I was trying to speed up my model building by using Indicator Constraint but although the build time was reduced to an extent and even the solution time, the output that I am getting is differe...