Pingyuan Shi
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Pingyuan Shiさんの最近のアクティビティ-
Pingyuan Shiさんがコメントを作成しました:
Dear Jaromił: Thank you for your response! I'm sorry I didn't make myself clear. I mean the runtime of the optimization is too high. It's taken half an hour and still hasn't come up with optimizati...
-
Pingyuan Shiさんが投稿を作成しました:
How to use addGenConstrIndicator when I have multiple decision variables.
ユーザーの入力を待っています。Hello! This is part of my model: SOC_B = MODEL.addVars(Time+1, name='SOC_B')PE = MODEL.addVars(Time, lb=PE_min, ub=PE_max, name='PE')b = MODEL.addVars(Time, vtype=gurobipy.GRB.BINARY, name="b") MOD...