Dear support team,
I hope you are doing well. I am trying to solve an optimization problem that contains power functions. The problem is something like this:
Max_(x,y) = (y/x)
s.t:
(x,y) in R
I reformulated the problem via a logarithmic function, and it works well. Now, I would like to reformulate the mentioned problem as its equivalent conic programming. Also, I want to know if there is a way to reformulate the problem by a general non-linear form (log(x) = y). I was wondering if, how I can rewrite the problem in its conic form, if it is possible?
Best regards
Abbas