El W
- 合計アクティビティ 2
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
El Wによる最近のアクティビティ-
Indicator function constraints with three conditions
回答済みI have an optimization problem using gurobi c++: objective: minimize L(u), where L(u) = {1/2 - u, if u<=0; 1/2(1-u)^2, if 0<u<1; 0, otherwise. } How can I create constraints with this indicator ...