Greater than equal restriction on CVX

abs(Vn(:))>=0.95 is a non-convex constraint.

if Vn were real,it could be modeled in CVX using Big M logic constraints, as shown in section 9.1.6 “Exact absolute value” of the Mosek Modeling Cookbook

However, I am not aware of any way of using binary or integer variables to handle abs(complex variable).