Jin Huang
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Jin Huangによる最近のアクティビティ-
The method used in QCQP
回答済みHi, I firstly modeled my problem as a Mixed-Integer Quadratic Constrained Problem. And Gurobi solves it well. Then I find I can relax all the integer variables(actually {0,1}) to continuous variab...
-
add conditional constraint
回答済みHi, could u please tell me how to add this kind of constraint to the optimization problem? f(x)<=2; Here, x=[x1,x2,x3,x4]; x1-x4 are variables. f(x)= x1,if x2>x4; =x3, if x2<=x4; Here the va...