Skip to content
/ uQuadProg Public

uQuadProg is a C++ routine for solving quadratic programming problems. It implements the Goldfarb-Idnani algorithm. uQuadProg is a porting of the QuadProg++ package (developed by Luca Di Gaspero) working with uBlas data structures for vectors and matrices instead of native C++ arrays.

License

Notifications You must be signed in to change notification settings

fx74/uQuadProg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uQuadProg

uQuadProg is a C++ routine for solving quadratic programming problems. It implements the Goldfarb-Idnani active-set dual method.
uQuadProg is a porting of the QuadProg++ package (developed by Luca Di Gaspero) working with uBlas data structures for vectors and matrices instead of native C++ arrays.

Contribution

Contributions and bug fixes are welcome .

Copyright (C) 2006 Luca Di Gaspero, MIT License.

Copyright (C) 2006 - 2017 Angelo Furfaro, LGPL v3.

About

uQuadProg is a C++ routine for solving quadratic programming problems. It implements the Goldfarb-Idnani algorithm. uQuadProg is a porting of the QuadProg++ package (developed by Luca Di Gaspero) working with uBlas data structures for vectors and matrices instead of native C++ arrays.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published