I am working on an optimization model. I encountered a problem, and I don't know how I can solve it. I will deeply appreciate any help. Suppose $x_1$ and $x_2$ are two non-negative continuous variables, and I have a constraint like $x_1 \cdot x_2 = 0$, do you know how can I convert this constraint to a linear constraint? It is simple if both variables are integers.
Thanks.
Admittedly, $x_1x_2=0$ is a poor example, but in general you can convert $x_1x_2=c$ to a linear constraint, namely $\ln(x_1)+\ln(x_2)=\ln(c)$.
Hope that helped!