Dear everyone,I have a concave problem which objective function cantains the form like x*log(1+y/x)。 x and y are variables.Inputting this form directly will cause an error. How can I solve this problem?
CVX xlog(1+y/x)
Dear Mark where to find all these commands like, -rel_entr(x,x+y) , as mentioned here. Where is the documentation for all these special commands.