Zohar Levi
- 合計アクティビティ 53
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 13
投稿
Zohar Leviによる最近のアクティビティ-
How to formulate the SOC constraint ‖A x + b‖₂ ≤ t as a convex quadcon in MATLAB?
回答済みI’m using Gurobi from MATLAB, which only exposes linear constraints and quadratic constraints (`model.quadcon`) with the requirement that the quadratic form be convex (Q ⪰ 0). I need to model the s...
-
Warning: to get QCP duals, please set parameter QCPDual to 1
回答済みI don't want the duals, and I set QCPDual to 0. Why is this a warning?
-
Vectorize quadcon in matlab for many cones
回答済みI have a socp with millions of cones.It seems that currently, it's only possible to add a quadcon one-by-one in a loop. This is effective only for small problems:Moreover, a formulation of a cone m...