Linearization of product of two continuous variables

Hello,

I wanted to know what would be the best way to linearize the product of two continuous variables in cvx matlab.

Thanks!

The best way is not to do it, and to use a non-convex solver, for instance, via YALMIP.

@Mark_L_Stone Thank you!