Second-order cone programming: Difference between revisions

Content deleted Content added
OAbot (talk | contribs)
m Open access bot: doi updated in citation with #oabot.
Added open source solvers to the list of software packages.
Line 88:
|-
|[[CPLEX]]||commercial||
|-
|[https://www.cvxpy.org/ CVXPY]
|open source
|Python modeling language with support for SOCP. Supports open source and commercial solvers.
|-
|[https://cvxopt.org/ CVXOPT]
|open source
|Convex solver with support for SOCP
|-
|[https://github.com/embotech/ecos ECOS]
|open source
|SOCP solver optimized for embedded applications
|-
|[[FICO Xpress]]||commercial||
Line 98 ⟶ 110:
|-
|[[NAG Numerical Library]]||commercial|| General purpose numerical library with SOCP solver
|-
|[https://www.cvxgrp.org/scs/ SCS]
|open source
|SCS (Splitting Conic Solver) is a numerical optimization package for solving large-scale convex quadratic cone problems.
|}