Dear all,
I would like to kindly ask regarding sparsity in semidefinite optimization. Let us now consider that some (my) problem involves a positive semidefinite variable X. We further know that some (not so small) portion of X equals to zero and we also know the corresponding (i,j) entries in X (sparsity pattern of X). My question is how to incorporate this knowledge into the optimization problem formulation in an efficient manner? I work with C++ Mosek fusion api.
Obviously, I can create the matrix variable, and set the corresponding (i,j) entries of X to zeros using element-wise equalities. Unfortunately, this makes the problem larger as the sparsity information is not exploited by the optimizer, and thus the solution time increases. Clearly, I aim at the exact opposite.
What is the most appropriate approach to do this?
Thanks for your answer,
Marek