I am a post graduate student in Electrical Engineering and I am working in optimization. Suddenly, I was running into a situation where my problem has a constraint in the form of
$${x_1}{x_2}{x_3} - \left( {\frac{1}{3}{{\left( {{x_1}} \right)}^3} + \frac{1}{3}{{\left( {{x_2}} \right)}^3} + \frac{1}{3}{{\left( {{x_2}} \right)}^3}} \right) \le 0$$
From what I learn about signomial programming the signomial constraint should look like
$${x_1}{x_2}{x_3} - \left[ {\frac{1}{3}{{\left( {{x_1}} \right)}^3} + \frac{1}{3}{{\left( {{x_2}} \right)}^3} + \frac{1}{3}{{\left( {{x_2}} \right)}^3}} \right] \le 1$$
However, there is no $1$ on the right hand sign of my problem. How can I circumvent this ?
As a follow up question, I want to know if signomial programming can be solved efficiently like the usual convex optimization problem ?
Thank you very much !
