Second-order cone programming: Difference between revisions

Content deleted Content added
K.menin (talk | contribs)
Line 92:
|-
|[[Artelys Knitro]]||commercial||
|-
|[https://oxfordcontrol.github.io/ClarabelDocs/stable/ Clarabel]
|open source
|Native [[Julia (programming language)|Julia]] and [[Rust (programming language)|Rust]] SOCP solver. Can solve convex problems with arbitrary precision types.
|-
|[[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 120 ⟶ 104:
|-
|[[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.
|}