DCP Rule Error in the Optimization Problem

88 views Asked by At

I have an optimization problem where the following constraint causes "DCP Rule Error".

enter image description here

Assuming that rho_n and x_n are among the decision variables and B is constant. Is this constraint convex?

I tried to write the Python code of the optimization problem using the cvxpy library and the mosek solver, but the above clause causes a DCP Rule Error.

0

There are 0 answers