CVXPY is adding support for parametric quadforms appearing in the objective of conic problems.
see here for reference: cvxpy/cvxpy#3142.
Now that we have parameter support in the engine, it could be nice to extend it for quadforms as well (should be relatively easy).
We should also figure out and understand better what a SymbolicQuadForm is in CVXPY and how that gets passed to the engine.
CVXPY is adding support for parametric quadforms appearing in the objective of conic problems.
see here for reference: cvxpy/cvxpy#3142.
Now that we have parameter support in the engine, it could be nice to extend it for quadforms as well (should be relatively easy).
We should also figure out and understand better what a
SymbolicQuadFormis in CVXPY and how that gets passed to the engine.