Second-order cone programming

From Wikipedia, the free encyclopedia

Template:Short description

Page Module:Message box/ambox.css has no content.

A second-order cone program (SOCP) is a convex optimization problem of the form

minimize  fTx 
subject to
Aix+bi2ciTx+di,i=1,,m
Fx=g 

where the problem parameters are fn, Aini×n, bini, cin, di, Fp×n, and gp. xn is the optimization variable. x2 is the Euclidean norm and T indicates transpose.[1]

The name "second-order cone programming" comes from the nature of the individual constraints, which are each of the form:

Ax+b2cTx+d

These each define a subspace that is bounded by an inequality based on a second-order polynomial function defined on the optimization variable x; this can be shown to define a convex cone, hence the name "second-order cone".[2] By the definition of convex cones, their intersection can also be shown to be a convex cone, although not necessarily one that can be defined by a single second-order inequality. See below for a more detailed treatment.

SOCPs can be solved by interior point methods[3] and in general, can be solved more efficiently than semidefinite programming (SDP) problems.[4] Some engineering applications of SOCP include filter design, antenna array weight design, truss design, and grasping force optimization in robotics.[5] Applications in quantitative finance include portfolio optimization; some market impact constraints, because they are not linear, cannot be solved by quadratic programming but can be formulated as SOCP problems.[6][7][8]

Second-order cones

The standard or unit second-order cone of dimension n+1 is defined as

𝒞n+1={[xt]|xn,t,x2t}.

The second-order cone is also known by the names quadratic cone, ice-cream cone[9], or Lorentz cone. For example, the standard second-order cone in 3 is

{(x,y,z)|x2+y2z}.

The set of points satisfying a second-order cone constraint is the inverse image of the unit second-order cone under an affine mapping:

Aix+bi2ciTx+di[AiciT]x+[bidi]𝒞ni+1

and hence is convex.

The second-order cone can be embedded in the cone of the positive semidefinite matrices since

||x||t[tIxxTt]0,

i.e., a second-order cone constraint is equivalent to a linear matrix inequality. The nomenclature here can be confusing; here M0 means M is a semidefinite matrix: that is to say

xTMx0 for all xn

which is not a linear inequality in the conventional sense.

Similarly, we also have,

Aix+bi2ciTx+di[(ciTx+di)IAix+bi(Aix+bi)TciTx+di]0.

Relation with other optimization problems

File:Hierarchy compact convex.png
A hierarchy of convex optimization problems. (LP: linear program, QP: quadratic program, SOCP second-order cone program, SDP: semidefinite program, CP: cone program.)

When Ai=0 for i=1,,m, the SOCP reduces to a linear program. When ci=0 for i=1,,m, the SOCP is equivalent to a convex quadratically constrained linear program.

Convex quadratically constrained quadratic programs can also be formulated as SOCPs by reformulating the objective function as a constraint.[5] Semidefinite programming subsumes SOCPs as the SOCP constraints can be written as linear matrix inequalities (LMI) and can be reformulated as an instance of semidefinite program.[5] The converse, however, is not valid: there are positive semidefinite cones that do not admit any second-order cone representation.[4]

Any closed convex semialgebraic set in the plane can be written as a feasible region of a SOCP.[10] However, it is known that there exist convex semialgebraic sets of higher dimension that are not representable by SDPs; that is, there exist convex semialgebraic sets that can not be written as the feasible region of a SDP (nor, a fortiori, as the feasible region of a SOCP).[11]

Examples

Quadratic constraint

Consider a convex quadratic constraint of the form

xTAx+bTx+c0.

This is equivalent to the SOCP constraint

A1/2x+12A1/2b(14bTA1bc)12

Stochastic linear programming

Consider a stochastic linear program in inequality form

minimize  cTx 
subject to
(aiTxbi)p,i=1,,m

where the parameters ai  are independent Gaussian random vectors with mean a¯i and covariance Σi  and p0.5. This problem can be expressed as the SOCP

minimize  cTx 
subject to
a¯iTx+Φ1(p)Σi1/2x2bi,i=1,,m

where Φ1()  is the inverse normal cumulative distribution function.[1]

Stochastic second-order cone programming

We refer to second-order cone programs as deterministic second-order cone programs since data defining them are deterministic. Stochastic second-order cone programs are a class of optimization problems that are defined to handle uncertainty in data defining deterministic second-order cone programs.[12]

Other examples

Other modeling examples are available at the MOSEK modeling cookbook.[13]

Solvers and scripting (programming) languages

Name License Brief info
ALGLIB free/commercial A dual-licensed C++/C#/Java/Python numerical analysis library with parallel SOCP solver.
AMPL commercial An algebraic modeling language with SOCP support
Artelys Knitro commercial
CPLEX commercial
FICO Xpress commercial
Gurobi Optimizer commercial
MATLAB commercial The coneprog function solves SOCP problems[14] using an interior-point algorithm[15]
MOSEK commercial parallel interior-point algorithm
NAG Numerical Library commercial General purpose numerical library with SOCP solver

See also

  • Power cones are generalizations of quadratic cones to powers other than 2.[16]

References

Page Template:Reflist/styles.css has no content.

  1. ^ a b Page Module:Citation/CS1/styles.css has no content.Boyd, Stephen; Vandenberghe, Lieven (2004). Convex Optimization (PDF). Cambridge University Press. ISBN 978-0-521-83378-3. Retrieved July 15, 2019.
  2. ^ Page Module:Citation/CS1/styles.css has no content.Jibrin, Shafiu; Swift, James W. (2024). "On Second-Order Cone Functions". Journal of Optimization. 2024 (1) 7090058. doi:10.1155/2024/7090058. ISSN 2314-6486.
  3. ^ Page Module:Citation/CS1/styles.css has no content.Potra, lorian A.; Wright, Stephen J. (1 December 2000). "Interior-point methods". Journal of Computational and Applied Mathematics. 124 (1–2): 281–302. Bibcode:2000JCoAM.124..281P. doi:10.1016/S0377-0427(00)00433-7.
  4. ^ a b Page Module:Citation/CS1/styles.css has no content.Fawzi, Hamza (2019). "On representing the positive semidefinite cone using the second-order cone". Mathematical Programming. 175 (1–2): 109–118. arXiv:1610.04901. doi:10.1007/s10107-018-1233-0. ISSN 0025-5610. S2CID 119324071.
  5. ^ a b c Page Module:Citation/CS1/styles.css has no content.Lobo, Miguel Sousa; Vandenberghe, Lieven; Boyd, Stephen; Lebret, Hervé (1998). "Applications of second-order cone programming". Linear Algebra and Its Applications. 284 (1–3): 193–228. doi:10.1016/S0024-3795(98)10032-0.
  6. ^ Page Module:Citation/CS1/styles.css has no content."Solving SOCP" (PDF).
  7. ^ Page Module:Citation/CS1/styles.css has no content."portfolio optimization" (PDF).
  8. ^ Page Module:Citation/CS1/styles.css has no content.Li, Haksun (16 January 2022). Numerical Methods Using Java: For Data Science, Analysis, and Engineering. APress. pp. Chapter 10. ISBN 978-1-4842-6796-7.
  9. ^ Page Module:Citation/CS1/styles.css has no content.Chen, Ying; Bolzern, Paolo; Colaneri, Patrizio (16 May 2019). "Stability, ℒ1 performance and state feedback design for linear systems in ice-cream cones". International Journal of Control. 94 (3): 784. doi:10.1080/00207179.2019.1616825. hdl:11311/1090203. Retrieved 19 February 2026.
  10. ^ Page Module:Citation/CS1/styles.css has no content.Scheiderer, Claus (2020-04-08). "Second-order cone representation for convex subsets of the plane". arXiv:2004.04196 [math.OC].
  11. ^ Page Module:Citation/CS1/styles.css has no content.Scheiderer, Claus (2018). "Spectrahedral Shadows". SIAM Journal on Applied Algebra and Geometry. 2 (1): 26–44. doi:10.1137/17M1118981. ISSN 2470-6566.
  12. ^ Page Module:Citation/CS1/styles.css has no content.Alzalg, Baha M. (2012-10-01). "Stochastic second-order cone programming: Applications models". Applied Mathematical Modelling. 36 (10): 5122–5134. doi:10.1016/j.apm.2011.12.053. ISSN 0307-904X.
  13. ^ Page Module:Citation/CS1/styles.css has no content."MOSEK Modeling Cookbook - Conic Quadratic Optimization".
  14. ^ Page Module:Citation/CS1/styles.css has no content."Second-order cone programming solver - MATLAB coneprog". MathWorks. 2021-03-01. Retrieved 2021-07-15.
  15. ^ Page Module:Citation/CS1/styles.css has no content."Second-Order Cone Programming Algorithm - MATLAB & Simulink". MathWorks. 2021-03-01. Retrieved 2021-07-15.
  16. ^ Page Module:Citation/CS1/styles.css has no content."MOSEK Modeling Cookbook - the Power Cones".