We know the standard form SDP has linear equality constraints (p.168 of Convex Optimization, S. Boyd):
In my study, I derive a trace product inequality like
$$\langle B_i,X\rangle \leq d_i\quad i=1\ldots n$$
where
- $X\in \mathbb{R^{n\times n}}$
- $B_i\in \mathbb{R^{n\times n}}$
- $d_i\in \mathbb{R}$
If I want to put this inequality in the original SDP problem, should I rewrite it as an equality constraint? or I can directly put it in the original SDP? Is there any suggested ways to deal with this?
