Skip to content

skleff1994/osqp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osqp

My own python implementation of Oxford's OSQP solver ( https://osqp.org/docs/solver/index.html ) based on the paper(see osqp.pdf). This implementation is obviously not competitive with a thoroughly optimized C++ based solver but I was able to reproduce the convergence characteristics described in the paper using some of the special features (such as solution polishing and step size adaptation).

Requirements

Usage

See examples against the original OSQP solver test_simple_qp.py and test_hilbert_qp.py

Comments

For sparse problems such as OCPs (e.g. MPC on linear inverted pendulum), I observed that the step size adaptation is critical for stability.

About

Python implementation of the OSQP solver

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages