I would like to relax the following binary SDP problem
$$ \max_{A,x_i,y_i} \ trace(A) $$
$\quad \qquad \qquad $ subject to:
$$ A + \sum_{i=1}^N x_i D_i + \beta \sum_{i=1}^M y_i D_i \preceq \alpha .I $$
$$ A = A^T \succ 0 $$
$$ (x_i,y_i) = \{0,1\}, $$
$$ y_i \geq x_i, \ $$
$\ {\rm{for}} \ (i = 1,\dots,k)$, $0 \leq \beta \leq 1$ and $N\leq M \leq k$. $D_i=D_i^T \succ 0$ and $\alpha \in \mathbb{R}$ given. I am hoping that the first constraint is an LMI hence I am calling this a binary-SDP.
I know that the binary constraints may be expressed as
$$x_i(x_i-1)=0 $$
$$y_i(y_i-1)=0 $$
if this helps, e.g., if Lagrangian dualization may be needed?
Any help would be much appreciated to formulate the relaxed version of this, along with a bound on the "closeness of the relaxed solution to the binary problem", e.g., if this can be cast in the max-cut formulation. Thanks.