
Shashank Vats
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Shashank Vats-
Shashank Vats created a post,
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?
-
Shashank Vats created a post,
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...
-
Shashank Vats created a post,
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...
-
Shashank Vats commented,
Hi SAMAN ESKANDARZADEH, Thanks for the reply! In my case, I'm using the following statement: objective_func = LinExpr((dict1_ijk.get((i, j, k), 0) * dict2.get((d,...
-
Shashank Vats commented,
Hey SAMAN ESKANDARZADEH, I'm facing the same issue while using LinExp(). Can you please let me know how you solved this issue?