# Portfolio optimization (QP)

Minimize portfolio variance (risk) subject to fully invested (sum x = 1) and minimum return. Three assets; Q must be PSD.

**Run:** `python model.py`

**Note:** QP is beta; objective must be MINIMIZE.
