Z S
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Z Sによる最近のアクティビティ-
How to linearize piecewise nonlinear function?
回答済みI establish a bi-level optimization model, in the lower-level, the objective function is a piecewise nonlinear function, like y=(x-c)^a, for x>=c. y=-k(c-x)^b, for x<c, a,b,c and k are constant. I ...
-
How do i model nested conditional constraints in Gurobi?
進行中If D_k > a, then x_k=1, otherwise x_k=0. when x_k=1, if D_k(i) > a, then x_k(i) = 1, otherwise x_k(i) = 0. when x_k=1 and x_k(i) = 1, if D_k(ij) > a, then x_k(ij) = 1, otherwise x_k(ij) = 0. I want...