Coverage for src/cvx/quadprog/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.15.3, created at 2026-08-06 11:28 +0000
« prev ^ index » next coverage.py v7.15.3, created at 2026-08-06 11:28 +0000
1"""A NumPy/SciPy implementation of the Goldfarb/Idnani dual QP algorithm."""
3from ._solve import Solution, solve_qp
5__all__ = ["Solution", "solve_qp"]