Maniesegaran Sagadevan
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 4
- サブスクリプション 1
アクティビティの概要
Maniesegaran Sagadevanさんの最近のアクティビティ-
Maniesegaran Sagadevanさんがコメントを作成しました:
Dear Hendrik,Thank you so much for your insights. Helped me a lot. How do i set the question as solved then?
-
Maniesegaran Sagadevanさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
Set value for variable based on condition (if marketer has access to arc)
回答済みHello! 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 ...