Skip to content

Imitate the MATLAB quadprog function using CVXOPT library in python.

Notifications You must be signed in to change notification settings

nolfwin/cvxopt_quadprog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

cvxopt_quadprog

Imitate the MATLAB "quadprog" for solving the quadratic programming problem using cvxopt library in python.

Matlab details of quadprog can be found here: https://www.mathworks.com/help/optim/ug/quadprog.html

Requirements

  • Python 3
  • Numpy >=1.1
  • cvxopt 1.1.9

About

Imitate the MATLAB quadprog function using CVXOPT library in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages