Hello,
I am trying to solve a non convex problem of the form (with complex variables):
Min x'*A*x
st b*x=1
x.^2=1
where I amimposing constant amplitud of x. I have solved it for small sizes and I have managed to relax the constraints and get good results through SDR.
But now I would like to impose discrete solutions on the phase of x (I know it is highly non convex). As a first step I would like to solve it even with a global solver.
It is explained in the file attached (it is more clear there).
I do not known wich solver is the most suitable for the problem.
Thanks in advance