I have a nonlinear constraint as below
If x_k=0, Then ||{\bf w}_k||==0
If x_k=1, Then ||{\bf w}_k||>0
Here,
x_k\in\{0,1\} is a binary variable and ||\bf x|| gives the norm of vector \bf x.
{\bf w}_k\in\mathbb{C}^{N\times 1} is also an optimization variable. It is a vector of complex elements.
How can I linearize this?