diff options
Diffstat (limited to 'math/py-daqp/pkg-descr')
-rw-r--r-- | math/py-daqp/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/py-daqp/pkg-descr b/math/py-daqp/pkg-descr new file mode 100644 index 000000000000..793451c91871 --- /dev/null +++ b/math/py-daqp/pkg-descr @@ -0,0 +1,7 @@ +DAQP is a dual active-set solver that solves convex quadratic programs +of the form: + +minimize 0.5 x' H x + f' x + +subject to l <= x <= u + bl <= Ax <= bu. |