I have this objective function.
Maximize log(e^X/(e^Y+c)) where X and Y are positive Variable vector and c is a constant. CVXPY says it does not follow DCP rules.
As I know it is concave function. I realized CVXPY knows multiplication and division of two expressions a non-convex expressions. How Can I model this objective function in cvxpy?