Nina Dokeva

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 4
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 1

投稿

Nina Dokevaによる最近のアクティビティ 最近のアクティビティ 投票
  • How to enter SOC constraints in the C interface

    回答済み

    To represent the constraint ||{x,y}||<z I tried adding lower variable bounds lbound[0] = -GRB_INFINITY; lbound[1] = -GRB_INFINITY; lbound[2] =0.;  and then from the example tour document: /* Cone: ...