Maniesegaran Sagadevan
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 1
Activity overview
Latest activity by Maniesegaran Sagadevan-
Maniesegaran Sagadevan commented,
Dear Hendrik,Thank you so much for your insights. Helped me a lot. How do i set the question as solved then?
-
Maniesegaran Sagadevan commented,
Hey Hendrik ! Thanks for your response, the video did clear some things up for me! I have indeed now solved most of the problems using a "if statement" in the grb.quicksum list. eq_mass_bal = {(t,...
-
Maniesegaran Sagadevan commented,
Thanks Jaromil, That doesnt work however, as the original equation is a lot more complex than the one presented here. eq_mass_bal = {(t,n,d,y): ggm.addConstr( lhs=grb.quicksum(Q_P[t,n,r,d,y] ...
-
Maniesegaran Sagadevan commented,
Dear Jaromil, thanks for your prompt response! This is the code that i currently have. import gurobipy as gpfrom gurobipy import GRBggm = gp.Model("Global Gas Model")A = {"BRA_USA", "ARG_CHI"}T = ...
-
Maniesegaran Sagadevan created a post,
Set value for variable based on condition (if marketer has access to arc)
AnsweredHello! I have created a tupledict of variables for an arc flow ,F_A[t,a,d,y] using model.addVars. I have a separate dictionary which confirms if marketer(t), has access to the arc(a).[value is 1 ...