Abhishek Bajpai
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Abhishek Bajpai-
Abhishek Bajpai commented,
Yes Ofcourse:
-
Abhishek Bajpai commented,
Yes Jaromil I understood your point. But doing so, There is some issue. See now my constraint is looking like: . Instead it should look like: (6,0)(6,1)(6,2)........so on.....till last element: (1...
-
Abhishek Bajpai created a post,
Writing a Constraint using quicksum
AnsweredHi team, I am new to Gurobi. I am using it for some cost optimisation. Can someone guide me with writing this constraint? i & t are the values inside my Variable list.
-
Abhishek Bajpai created a post,
How to use for loop for a specific or range of values in constraint formulation?
AnsweredEndresources=steel.addConstrs((gp.quicksum(Resources[res,t] for t in x)==1 for res in res_list3),name="Endresources") My Variables are: time = list()for x in range(0,int(num_t)): time.append(x)...