How to write:d-log(1+k/x)>=-δ,where k>0,δ>0 and k and δ are constants .And in this constraint,x and d are all variables >= 0 .thanks.
How to write d-log(1+k/x)>=-δ in CVX
You should be able to adapt the last line of the table in section 5.2.10 of https://docs.mosek.com/modeling-cookbook/expo.html#modeling-with-the-exponential-cone . You will need to take account for the sqrt(2) factor difference between how that link defines rotated quadratic cone and how CVX’s rotated_lorentz does.
Thank you very much for your answer. However I’m not very familiar with Sets of CVX,I don’t know how to write it in matlab, would you please show me the CVX code?