cvxopt/cvxopt
CVXOPT -- Python Software for Convex Optimization observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 70
- Release rhythm 37
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4940
- days_rel: 205
- days_push: 184
- n_releases_24m: 1
Adoption not part of the score
1039 stars · 220 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CVXOPT is a free Python package for convex optimization, providing dense and sparse matrix classes, interfaces to BLAS/LAPACK/FFTW, and solvers for linear, quadratic, second-order cone, semidefinite, and nonlinear convex programming. It is implemented in C with Python extension modules and serves as a solver backend for modeling tools like CVXPY.
Use cases
- solve linear programming problems in python
- solve quadratic programs from python
- semidefinite programming solver
- second-order cone programming
- sparse matrix linear algebra in python
- convex optimization solver backend for cvxpy
- nonlinear convex optimization
When to choose
- you need a mature, GPL-licensed convex optimization solver callable from Python
- you need cone programming (SOCP/SDP) solvers with sparse matrix support
- you want a solver backend for CVXPY or custom interior-point solvers
When to avoid
- your project requires a permissive license (CVXOPT is GPL)
- you need general nonconvex optimization or global optimization
- you prefer a pure-Python or modeling-first interface rather than a low-level solver
Facets
library · maturity stable
math machine-learning sdk mathematics data-science machine-learning python windows cross-platform convex-optimization linear-programming quadratic-programming semidefinite-programming second-order-cone-programming sparse-matrices blas lapack interior-point-methods glpk mosek numerical-computing algorithms linux macos
4 sources
- readme: https://github.com/cvxopt/cvxopt · fetched 2026-08-28 · 58af42371685
- homepage: https://cvxopt.org · fetched 2026-08-29 · 3de05bf4a7c5
- site_page: https://cvxopt.org/install/index.html · fetched 2026-08-29 · 58296b315191
- site_page: https://cvxopt.org/documentation/index.html · fetched 2026-08-29 · 12ac45abd302
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cvxopt/cvxopt | main | 64 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem