
Tianyang Zhao
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Tianyang Zhaoさんの最近のアクティビティ-
Tianyang Zhaoさんがコメントを作成しました:
I've fixed this problem but come up with a new one now. I post it in the nest post.
-
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...
-
Tianyang Zhaoさんが投稿を作成しました:
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 ...