meco-group / QPALM

Augmented Lagrangian method for solving Quadratic Programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proximal Augmented Lagrangian method for Quadratic Programs

Coverage Status

Platform CI Status
Linux Linux Build Status
OSX OSX Build Status

QPALM is a numerical optimization package that finds stationary points of (possibly nonconvex) quadratic programs, that is

minimize        0.5 x' Q x + q' x

subject to      l <= A x <= u

Check out our new version

The current repo is only maintained because it provides an interface also to CHOLMOD, which might be more useful than LADEL for dense problems. Check out this link for the main LGPL-v3 licensed version of QPALM based on LADEL.

About

Augmented Lagrangian method for solving Quadratic Programs

License:GNU General Public License v3.0


Languages

Language:C 55.2%Language:MATLAB 22.7%Language:TeX 11.0%Language:Shell 3.7%Language:CMake 3.7%Language:Python 2.8%Language:Batchfile 0.7%Language:CSS 0.1%Language:C++ 0.1%