Hello @bamos 🙂 If I do not specify `Q` or I use `Q` as a zero matrix I have errors. Specifically, it raises "Q is not SPD.": https://github.com/locuslab/qpth/blob/bc121d59802d43fc6cbd685959e9156030dc1baf/qpth/qp.py#L85 How can I solve a linear problem where `Q` does not need to be specified?
Hello @bamos 🙂
If I do not specify
Qor I useQas a zero matrix I have errors. Specifically, it raises "Q is not SPD.":qpth/qpth/qp.py
Line 85 in bc121d5
How can I solve a linear problem where
Qdoes not need to be specified?