Jin Huang

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 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...