I’m trying to use the Python package CVXPY to solve a convex quadratic programming problem of the first form here: https://www.cvxpy.org/examples/basic/quadratic_program.html, using the following code However, for certain data, it gives me the error From searching the internet, it seems like this can be…