mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
6 lines
142 B
Text
6 lines
142 B
Text
Solve a strictly convex quadratic program:
|
|
|
|
Minimize 1/2 x^T G x - a^T x
|
|
Subject to C.T x >= b
|
|
|
|
WWW: https://pypi.org/project/quadprog/
|