Nina Dokeva
- 合計アクティビティ 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: ...