I am using YALMIP to solve a linear matrix inequality problem with an equality constraint. The equality constraint is of the form A + B*X*C = 0 where A, B, C are constant matrices and X is a matrix variable. If I set up the problem where I directly solve for X = -B^-1*A*C^-1, then use it in the other inequalities as a constant, the linear matrix inequality is feasible. If I do not solve for X and add it as an equality constraint in YALMIP, the SDP problem is infeasible. Is this expected behaviour? If this is a solver issue, I have tried it with SDPT3 and SeDuMi with the same results.
Thanks in advance,
Brett