Hu Zhenghao
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
コメント
Hu Zhenghaoによる最近のアクティビティ-
Actually, my objective is also changed with variables, like : if p[9,0]>=4: objective=max p[9,1] else: objective=max p[9,0] the expression is simplified.The objective function is segmented an...
-
Thanks for your suggestion, I tried to use a binary variable and use indicator constraints, but the constraint is quadratic. So I added a new variable to define the quadratic equation, it works. I ...