A notebook with some notes on the usage of the qpsolvers
package and the formulation of quadratic programming problems in matrix form.
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.