Hi Johan and other Yalmip users,
I tried to solve a SDP problem. However, when I declared a matrix inequalities in the following way:
A = ...
A = A + B
A = A' + A
Consts = [Consts A<0]
yalmip always mistook the constraint A<0 as a element-wise constraint. I intentionally make the matrix symmetric, but it did not work this time. The final A matrix is 12 by 12. Any suggestion is welcome!
Thank you!
Regards
Pan