
Tianyang Zhao
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
投稿
Tianyang Zhaoによる最近のアクティビティ-
How to handle Abs constraints ?
I have a abs constraint in Gurobi. I have look into the manual of official guide. It provides two ways to add abs constraints. # x5 = abs(x1)model.addGenConstrAbs(x5, x1, "absconstr")# overloaded f...
-
Why I can't get the shadow price (dual value) from Gurobipy while the model is feasible?
ユーザーの入力を待っています。I'm trying to solve peer to peer market optimization problem. Since the price of each trade between different participants can be different, I want to draw the price of each trade. And the problem ...