Sheng Hui Tan
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
Sheng Hui Tanによる最近のアクティビティ-
Primal Dual Conversion
回答済みHi, I am trying to convert a primal LP problem into it's corresponding dual. I obtained a non-zero solution for the primal model but as for the dual model I obtained a dual optimal solution of zero...
-
Model is infeasible. Is it due to the way I modelled the non-linear constraint?
回答済みHi, my model became infeasible when I added the following constraints. May I check if this is the right way for me to model the nonlinear constraints in python Gurobi? Ebrated, Cb and Battery cost...
-
GurobiError: Constraint has no bool value (are you trying "lb <= expr <= ub"?)
回答済みHi all, I'm currently doing a home system optimization considering energy storage. I included battery loss in one of my constraint which is dependent on the decision variable current and previous ...