JuMP: Hermitian matrix variable and complex numbers in model

This is the place in PowerModels where the basic SDP relaxation constraint is added,

For a complex matrix W the encoding is, [\Re(W), \Im(W); -\Im(W), \Re(W)] \succeq 0. The Mosek manual is a fantastic refrence for SDP modeling tricks like this.

1 Like