Skip to content

A notebook with some notes on the usage of the qpsolvers package and the formulation of quadratic programming problems in matrix form.

License

Notifications You must be signed in to change notification settings

nvitucci/notebook_qp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notebook_qp

A notebook with some notes on the usage of the qpsolvers package and the formulation of quadratic programming problems in matrix form.

Quick start

Make sure to have Python 3 installed, then:

git clone https://github.com/nvitucci/notebook_qp
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Once all the packages are installed, run jupyter notebook and navigate to the notebook file.

About

A notebook with some notes on the usage of the qpsolvers package and the formulation of quadratic programming problems in matrix form.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published