Nina Dokeva
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Nina Dokevaさんの最近のアクティビティ-
Nina Dokevaさんがコメントを作成しました:
Actually the affine SOC constraint 'Av+b is in K' when rewritten in the form 1/2 v^T.Q.v + q.v <= b seems to work in some cases, such as for a diagonal A, but for a general rectangular matrix it do...
-
Nina Dokevaさんがコメントを作成しました:
The above actually works for me without an error (after I fixed a mistyped index). The affine SOC constraint 'Av+b is in K' also worked.
-
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: ...